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