powered by
A generic basic theme for time courses. It extends ggplot2 theme_classic().
basic_theme(base_size = 12, base_family = "")
the font size
the font family
# NOT RUN { library(ggplot2) theme_set(basic_theme(36)) # }
Run the code above in your browser using DataLab