Reset ggplot2 Theme to Previous State
brand_reset_ggplot.Rd
Resets the ggplot2 theme to the state it was in before brand_set_ggplot() was called.
Examples
if (FALSE) { # \dontrun{
# Set brand theme
brand_set_ggplot()
# Create some plots with brand theme...
# Reset to original theme
brand_reset_ggplot()
} # }