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