Learn R Programming

spinifex (version 0.3.2)

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

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

Run this code
# NOT RUN {
theme_spinifex()

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

Run the code above in your browser using DataLab