theme_sanger {SangerTools} | R 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()
[Package SangerTools version 1.0.2 Index]