theme_tissue_slide.Rd
A ggplot2 theme for tissue slide plots
theme_tissue_slide(base_size = 11, base_family = "Helvetica")
Base font size, given in pts.
Base font family.
A ggplot2 theme.
ts <- tissue_slide(pancreas) plot_tissue(ts) + theme_tissue_slide()