R/theme_vecshift.R
set_vecshift_theme.Rd
Sets the vecshift theme as the default for all ggplot2 plots in the current session.
set_vecshift_theme(...)
Arguments passed to theme_vecshift()
if (FALSE) { # \dontrun{ # Set vecshift theme as default set_vecshift_theme() # Set with custom options set_vecshift_theme(base_size = 14, grid = "none") } # }