A ggplot2 theme for tissue slide plots

theme_tissue_slide(base_size = 11, base_family = "Helvetica")

Arguments

base_size

Base font size, given in pts.

base_family

Base font family.

Value

A ggplot2 theme.

Examples

ts <- tissue_slide(pancreas) plot_tissue(ts) + theme_tissue_slide()