theme_spinifex: Theme spinifex

View source: R/0_util.r

theme_spinifexR Documentation

Theme spinifex

Description

A ggplot2 theme suggested for linear projections with spinifex. The default theme in spinifex functions.

Usage

theme_spinifex(...)

Arguments

...

Optionally pass arguments to ggplot2::theme().

See Also

ggplot2::theme for all theme options.

Examples

theme_spinifex()

require("ggplot2")
ggplot(mtcars, aes(wt, mpg, color = as.factor(cyl))) +
  geom_point() + theme_spinifex()

nspyrison/spinifex documentation built on Feb. 7, 2024, 1:10 p.m.