theme_nest {nestcolor} | R Documentation |
Returns a custom NEST
ggplot2
theme
Description
Returns a custom NEST
ggplot2
theme
Usage
theme_nest(font_size = 10, ...)
Arguments
font_size |
( |
... |
( |
Value
Return ggplot theme
Examples
plot <- ggplot2::ggplot(iris, ggplot2::aes(x = Sepal.Length, y = Sepal.Width)) +
ggplot2::geom_point() +
theme_nest()
[Package nestcolor version 0.1.2 Index]