View source: R/ggplot-extras.R
theme_minimaliste | R Documentation |
Theme minimaliste: customised theme for ggplot2
theme_minimaliste(base_size = 11, base_family = "", ticks = TRUE)
base_size |
Default: 11 |
base_family |
Default "" |
ticks |
Boolean; whether the ticks should be drawn on the axes |
An object of class theme()
.
ggplot(ggplot2::mpg, aes(cyl, hwy)) + geom_point() + ggtitle('Centered title') + theme_minimaliste()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.