theme for use with ggplot2, used by chromVAR plotting functions

chromVAR_theme(base_size = 12, base_family = "Helvetica")

Arguments

base_size

base font size

base_family

base font family

Value

ggplot2 theme

Examples

# NOT RUN {
p <- ggplot2::qplot(1:3,1:3) + chromVAR_theme(18)
# }