Theme: Create a theme experiment instance for a ggplot

Description Usage Arguments Value Examples

View source: R/Theme1.R

Description

Create a theme experiment instance for a ggplot

Usage

1
Theme(ggObject)

Arguments

ggObject

A ggplot class object.

Value

An instance of environment

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
drake$loadTarget$graph1_theme()
drake$loadTarget$graph1_theme()
graph1_theme
gg1themTry <- Theme(graph1_theme)
gg1themTry$economist_timeSeries$show()
gg1themTry$economist_timeSeries$adopt()
gg1themTry$.self

## End(Not run)

tpemartin/mytheme documentation built on Feb. 15, 2021, 12:16 a.m.