Description Usage Arguments Examples
scale_fill_* and scale_colour_* functions
1 2 3 4 5 6 7 8 9 10 11 |
... |
see ggplot2 documentation |
1 2 3 4 5 6 7 | library(ggplot2)
ggplot(iris,aes(x=Species,y=Sepal.Width,fill=Species))+
geom_violin()+scale_fill_core_range()
ggplot(iris,aes(x=Sepal.Width,y=Sepal.Length,colour=Species))+
geom_point()+scale_colour_munro()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.