best_practices.Rmd
In this vignette the results from the main three vignettes are combined in order to visualise them simultaneously. Following this are individual sections on how to address the challenges presented by length, missing data, and decadal trends respectively.
# A multi-panel summary figure with images and tables
load("data/sst_ALL.Rdata")
# sst_ALL_summary <- sst_ALL %>%
# Poential panels
# 1) The base time series
# 1.1) Rug pplot showing events
# 1.2) Events filled in with flames
# 1.3) Overlay thresholds
# 1.4) Overlay category thresholds
# 2) Mini map showing pixel location
# 3) Stats table (showing relevant stats for/from best practices)
# 4) The climatolgies/categories as there own doy x-axis panel
# 5) Lolli plot showing events
# ggplot(sst_ALL_summary)