ggplot.themes | R Documentation |
ggplot2
themesA number of ready-to-use ggplot2 themes for scientific manuscripts.
theme_pecher()
theme_apa()
theme_pecher()
: Based on the plot design style of prof. Diane Pecher.
theme_apa()
: Theme appropriate for APA manuscripts.
Sercan Kahveci
ggplot(mtcars,aes(x=mpg,y=wt)) + geom_point() + theme_pecher()
ggplot(mtcars,aes(x=mpg,y=wt)) + geom_point() + theme_apa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.