theme_assayr: Complete theme for assayr2.

Description Usage Arguments Examples

Description

Built on top of ggplot2::theme_classic() with some minor tweaks.

Usage

1
theme_assayr(base_size = 18, base_family = "")

Arguments

base_size

Font size in pts for labels

base_family

Font family to used for labels

Examples

1
2
3
4
library(ggplot2)
ggplot(mtcars, aes(mpg, hp, color = as.factor(cyl))) +
  geom_point() +
  theme_assayr()

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.