coursekata_load_theme {coursekata} | R Documentation |
Utility function for loading all themes.
Description
This function is called at package start-up and should rarely be needed by the user. The
exception is when the user has called coursekata_unload_theme()
and wants to go back to the
CourseKata look and feel. When run, this function sets the CourseKata color palettes
coursekata_palette()
, sets the default theme to theme_coursekata()
, and tweaks some
default settings for specific plots. To restore the original ggplot2
settings, run
coursekata_unload_theme()
.
Usage
coursekata_load_theme()
Value
No return value, called to adjust the global state of ggplot2
.
See Also
coursekata_palette theme_coursekata scale_discrete_coursekata coursekata_unload_theme
[Package coursekata version 0.17.0 Index]