Description Usage Arguments Examples
'World' color scale for ggplot graphs.
1 |
... |
Additional arguments passed to ggplot2::discrete_scale. |
1 2 | p <- ggplot(mtcars, aes(mpg, wt, color = factor(cyl))) + geom_point()
p + scale_color_world()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.