theme_sanger: Customised ggplot2 Theme

View source: R/theme_sanger.R

theme_sangerR Documentation

Customised ggplot2 Theme

Description

A customised ggplot2 theme for the SangerTools package

Usage

theme_sanger()

Value

A customised ggplot2 plot

Examples

library(SangerTools)
library(ggthemes)
library(ggplot2)
library(ggtext)
categorical_col_chart(SangerTools::PopHealthData, Locality) +
  theme_sanger()+
  labs(title = "Categorical Column Chart",
  x = "Locality",
  y = "Number of Patients")+
  scale_fill_sanger()

SangerTools documentation built on March 18, 2022, 6:45 p.m.