theme for use with ggplot2, used by chromVAR plotting functions
chromVAR_theme(base_size = 12, base_family = "Helvetica")
base_size | base font size |
---|---|
base_family | base font family |
ggplot2 theme
# NOT RUN { p <- ggplot2::qplot(1:3,1:3) + chromVAR_theme(18) # }