Access data for timeseries and climatology plots

pr_get_Indices(Survey = "CPR", Type = "Phytoplankton", ...)

Arguments

Survey

CPR or NRS, defaults to NRS

Type

Phyto, zoo or physical water props, defaults to phyto

...

variables to be passed to pr_add_Bioregions. At the moment it only supports near_dist_km which is the distance (km) around each bioregion to pad the allocation of points.

Value

dataframe to use in pr_plot functions

Examples

df <- pr_get_Indices("NRS", "Phytoplankton")
df <- pr_get_Indices("NRS", "Zooplankton")
df <- pr_get_Indices("NRS", "Water")
df <- pr_get_Indices("CPR", "Phytoplankton", near_dist_km = 250)
df <- pr_get_Indices("CPR", "Zooplankton")