theme_nest: Returns a custom 'NEST' 'ggplot2' theme

View source: R/theme_nest.R

theme_nestR Documentation

Returns a custom NEST ggplot2 theme

Description

Returns a custom NEST ggplot2 theme

Usage

theme_nest(font_size = 10, ...)

Arguments

font_size

(numeric) font size to be passed to ⁠[ggplot2::element_text()]⁠

...

(list) additional arguments to ⁠[ggplot2::theme()]⁠

Value

Return ggplot theme

Examples

plot <- ggplot2::ggplot(iris, ggplot2::aes(x = Sepal.Length, y = Sepal.Width)) +
  ggplot2::geom_point() +
  theme_nest()

nestcolor documentation built on July 9, 2023, 6:23 p.m.