powered by
NEST
ggplot2
Returns a custom NEST ggplot2 theme
theme_nest(font_size = 10, ...)
Return ggplot theme
(numeric) font size to be passed to [ggplot2::element_text()]
numeric
[ggplot2::element_text()]
(list) additional arguments to [ggplot2::theme()]
list
[ggplot2::theme()]
plot <- ggplot2::ggplot(iris, ggplot2::aes(x = Sepal.Length, y = Sepal.Width)) + ggplot2::geom_point() + theme_nest()
Run the code above in your browser using DataLab