
A ggplot2 theme and palettes for plotthis Borrowed from the theme_this function in the SCP pipeline
Source: R/theming.R
theme_this.RdA ggplot2 theme and palettes for plotthis
Borrowed from the theme_this function in the SCP pipeline
Arguments
- aspect.ratio
The aspect ratio of the plot
- base_size
The base size of the text If not specified, it will use the value from
getOption("theme_this.base_size", 12). If you want to change the default base size, you can set the optiontheme_this.base_size. This is applied to all plots using this theme.- font_family
The font family of the text If not specified, it will use the value from
getOption("theme_this.font_family"). If you want to change the default font family, you can set the optiontheme_this.font_family. This is applied to all plots using this theme.- ...
Other arguments for
theme()