Restores all colors, parameters, and theme overrides to the package defaults.
See also
Other plot-utils:
pepvet_plot_config(),
pepvet_save_figure(),
pepvet_theme_manuscript(),
pepvet_theme_presentation()
Examples
if (requireNamespace("ggplot2", quietly = TRUE)) {
pepvet_plot_config(palette = list(brand = "#004488"))
pepvet_plot_config_reset()
}
