Skip to content

01-Reshape-Data.Rmd ex13-solution y=total instead of y=n #90

Description

@fxcebx
babynames %>%
  group_by(year, sex) %>% 
  summarise(total = sum(n)) %>% 
  ggplot() +
    geom_line(aes(x= year, y= total, color = sex)) #total = sum(n)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions