Description Usage Arguments Examples
Fill scale constructor for MPI palette
1 |
... |
Additional arguments passed to discrete_scale() |
1 2 3 | library(ggplot2)
ggplot(data = mtcars, aes(x = wt, y= mpg,color = as.character(cyl))) +
geom_point()+scale_color_mpi()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.