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