Access data for timeseries and climatology plots

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

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", "P")
df <- pr_get_Indices("NRS", "Z")
df <- pr_get_Indices("NRS", "W")
df <- pr_get_Indices("CPR", "P", near_dist_km = 250)
df <- pr_get_Indices("CPR", "Z")