Skip to content

Alternative solutions for 2.3.1 Exercises 2 #2

@ghmorrison

Description

@ghmorrison

Big but usable, complete, and does not alter information

data(mpg)
descOrder <- sort(unique(mpg$model), decreasing = TRUE)
mpg %>%
mutate(model = factor(model, levels = descOrder)) %>%
ggplot(aes( manufacturer, model)) +
geom_point()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions