This page contains links to material for the FMI intermediate
workshop on ggplot2.
To follow the workshop, the following packages need to be installed
(everything that is needed is installed on the FMI RStudio servers:
pkgs <- c("knitr", "rmarkdown", "ggplot2", "tibble", "dplyr", "ragg",
"systemfonts", "sessioninfo", "ggExtra", "ggrepel", "scattermore",
"GGally", "cowplot", "tidyr", "scales", "ggh4x", "ggtext",
"fmicompbio/swissknife", "patchwork")
install.packages("BiocManager")
BiocManager::install(pkgs)