theme_update {ggplot2} | R Documentation |
These three functions get, set and update themes.
theme_update(...)
... |
Use theme_update
to modify a small number of elements of the current
theme or use theme_set
to completely override it.
Hadley Wickham <h.wickham@gmail.com>