Plot for latitudinal data
pr_plot_latitude(df, Fill_NA = FALSE, maxGap = 3)
patchwork object
df <- pr_get_NRSMicro('GO-SHIP')
df <- df %>% dplyr::filter(Parameters == 'Archaea_unique_ASVs',
SampleDepth_m < 101)
pr_plot_latitude(df, Fill_NA = TRUE, maxGap = 5)