Description Usage Arguments Value Examples
View source: R/theme_sigmaplot.R
Sigmaplot styled theme for Ggplot2
1 | theme_sigmaplot(base_size = 16)
|
base_size |
changes the base font size of text |
a sigmaplot styled ggplot2 object
1 2 | plot <- ggplot(mpg, aes(displ, hwy)) + geom_point()
plot + theme_sigmaplot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.