powered by
A ggplot2 theme suggested for linear projections with spinifex. The default theme in spinifex functions.
theme_spinifex(...)
Optionally pass arguments to ggplot2::theme().
ggplot2::theme()
ggplot2::theme for all theme options.
ggplot2::theme
# 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