theme_coursekata: A simple theme built on top of 'theme_bw()'

View source: R/theme_coursekata.R

theme_coursekataR Documentation

A simple theme built on top of theme_bw()

Description

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 restore_default_themes.

Usage

theme_coursekata()

Value

A gg theme object

Examples

gf_boxplot(Thumb ~ RaceEthnic, data = Fingers, fill = ~RaceEthnic)

UCLATALL/coursekata-r documentation built on Aug. 24, 2023, 8:54 p.m.