theme_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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.