Description Usage Value Examples
Forestlight plotting themes
1 2 3 4 5 6 7 8 9 10 11 | theme_plant()
theme_plant_small(legend = FALSE)
theme_facet()
theme_facet2(text_size = 15, show_strip_text = FALSE)
theme_no_y()
theme_no_x()
|
Returns a ggplot2 theme that can be added to an existing plot. Note that parentheses must be used.
1 | ggplot(data, aes(x, y)) + geom_line() + theme_plant()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.