brand_reset_ggplot
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()
} # }