apply_theme: Apply theme to a ggplot object

Description Usage Arguments Value

View source: R/apply_theme.R

Description

Apply theme to a ggplot object

Usage

1
apply_theme(ggobject, theme)

Arguments

ggobject

A ggplot2 object.

theme

A string specifying the theme to be added to the ggplot2 plot. Possible choices are: theme_bw, theme_dark, theme_few, theme_grey, theme_light, theme_linedraw, theme_minimal, theme_tufte, theme_viridis. Themes, color scales, and fill scales are imported from the ggplot2, ggthemes, viridis

Value

A ggplot2 object.


ellessenne/interest documentation built on April 29, 2020, 1:07 p.m.