theme_spinifex {spinifex} | R Documentation |
A ggplot2 theme suggested for linear projections with spinifex. The default theme in spinifex functions.
theme_spinifex(...)
... |
Optionally pass arguments to |
ggplot2::theme
for all theme options.
theme_spinifex()
require("ggplot2")
ggplot(mtcars, aes(wt, mpg, color = as.factor(cyl))) +
geom_point() + theme_spinifex()