theme_spinifex {spinifex} | R 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 |
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()
[Package spinifex version 0.3.7.0 Index]