seminr_theme_get {seminr} | R Documentation |
Get and set the active theme
Description
The current/active theme (see [seminr_theme()]) is automatically applied to every graph you draw. Use 'seminr_theme_get()' to get the current theme, and 'seminr_theme_set()' to completely override it.
Usage
seminr_theme_get()
seminr_theme_set(new)
Arguments
new |
new theme (a list of theme elements) |
[Package seminr version 2.3.3 Index]