Plot a taxa accumulation curve for everything that is identified by the IMOS plankton team

pr_plot_TaxaAccum(dat, Survey = "NRS", Type = "Z")

Arguments

dat

A dataframe of plankton data

Survey

"CPR" or "NRS"

Type

"P" or "Z"

Value

a ggplot object.

Examples

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")