theme_sanger | R Documentation |
A customised ggplot2 theme for the SangerTools package
theme_sanger()
A customised ggplot2 plot
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.