theme_scp | R Documentation |
The default theme for SCP plot function.
theme_scp(aspect.ratio = NULL, base_size = 12, ...)
aspect.ratio |
Aspect ratio of the panel. |
base_size |
Base font size |
... |
Arguments passed to the |
library(ggplot2)
p <- ggplot(mtcars, aes(x = wt, y = mpg, colour = factor(cyl))) +
geom_point()
p + theme_scp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.