add_theme
From ggplot2 v3.1.0
by Hadley Wickham
Modify properties of an element in a theme object
Modify properties of an element in a theme object
- Keywords
- internal
Usage
add_theme(t1, t2, t2name)
Arguments
- t1
A theme object
- t2
A theme object that is to be added to
t1
- t2name
A name of the t2 object. This is used for printing informative error messages.
Community examples
Looks like there are no examples yet.