plotTheme: A customized ggplot2 theme.

View source: R/ggplot_themes.R

plotThemeR Documentation

A customized ggplot2 theme.

Description

A customized ggplot2 theme.

Usage

plotTheme(theme = "basic", ...)

Arguments

theme

One of 'basic', 'presentation', or 'figure'. Defaults to 'basic'.

...

Other arguments to pass to theme()

Examples

ggplot(aes(x,y)) +
    geom_point() +
    plotTheme(theme = "basic", legend.position = "none")

mikelaff/mikelaffr documentation built on Oct. 15, 2022, 9:50 a.m.