chromVAR_theme {chromVAR}R Documentation

chromVAR_theme

Description

theme for use with ggplot2, used by chromVAR plotting functions

Usage

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

Arguments

base_size

base font size

base_family

base font family

Value

ggplot2 theme

Author(s)

Alicia Schep

Examples

p <- ggplot2::qplot(1:3,1:3) + chromVAR_theme(18)

[Package chromVAR version 1.14.0 Index]