theme_minimaliste: Theme minimaliste: customised theme for ggplot2

View source: R/ggplot-extras.R

theme_minimalisteR Documentation

Theme minimaliste: customised theme for ggplot2

Description

Theme minimaliste: customised theme for ggplot2

Usage

theme_minimaliste(base_size = 11, base_family = "", ticks = TRUE)

Arguments

base_size

Default: 11

base_family

Default ""

ticks

Boolean; whether the ticks should be drawn on the axes

Value

An object of class theme().

Examples

ggplot(ggplot2::mpg, aes(cyl, hwy)) + geom_point() + ggtitle('Centered title') + theme_minimaliste()

barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.