7.2: Getting Started
- Page ID
- 8740
Load ggplot and choose a theme you like (see here for examples).
library(tidyverse)
theme_set(theme_bw()) # I like this fairly minimal one
Load ggplot and choose a theme you like (see here for examples).
library(tidyverse)
theme_set(theme_bw()) # I like this fairly minimal one