theme_coursekata | R Documentation |
ggplot2::theme_bw
The coursekata
package automatically loads this theme when the package is loaded. This is in
addition to a number of other plot tweaks and option settings. To just restore the theme to the
default, you can run set_theme(theme_grey)
. If you want to restore all plot related settings
and/or prevent them when loading the package, see coursekata_unload_theme
.
theme_coursekata()
A gg theme object
gf_boxplot(Thumb ~ RaceEthnic, data = Fingers, fill = ~RaceEthnic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.