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()

ald0405/SangerTools documentation built on Feb. 20, 2024, 3:11 p.m.