An sf object containing coastal microbial (NRS Coastal) station locations and basic metadata used by plotting and mapping helpers in the package.

csDAT

Format

An object of class sf (a data.frame with spatial geometry). The object contains one row per station and columns including at least:

StationName

station name (character)

StationCode

station code (character)

Longitude

decimal longitude (numeric)

Latitude

decimal latitude (numeric)

State

state (factor)

geometry

point geometry (sfc_POINT)

Source

Constructed from NRS microbial station data via pr_get_NRSMicro() in data-raw/DATASET.R.