theme_nest | R Documentation |
NEST
ggplot2
themeReturns a custom NEST
ggplot2
theme
theme_nest(font_size = 10, ...)
font_size |
( |
... |
( |
Return ggplot theme
plot <- ggplot2::ggplot(iris, ggplot2::aes(x = Sepal.Length, y = Sepal.Width)) +
ggplot2::geom_point() +
theme_nest()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.