Plot a taxa accumulation curve for everything that is identified by the IMOS plankton team
pr_plot_TaxaAccum(dat)
a ggplot object.
dat <- pr_get_TaxaAccum(Survey = "NRS", Type = "Zooplankton")
p <- pr_plot_TaxaAccum(dat)
dat <- pr_get_TaxaAccum(Survey = "CPR", Type = "Phytoplankton")
p <- pr_plot_TaxaAccum(dat)