Description Usage Arguments Value Examples
ggplot2 theme with pretty default settings
1 | theme_nice(base_size = 20, base_family = "")
|
base_size |
reference font size. Default is 20. |
base_family |
reference font family |
set of modified ggplot2 theme elements
1 | ggplot(mtcars, aes(x=mpg, y=wt)) + geom_point() + theme_nice(base_size=12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.