R/data-coastspan_strata.R
coastspan_strata.RdAn sf object containing spatial data for the Cooperative Atlantic States Shark Pupping and Nursery Survey.
data('coastspan_strata')An sf object:
POLYGON
XY
xmin: -81.6 ymin: 27.1 xmax: -74.9 ymax: 39.2
WGS 84
7 x 5
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(coastspan_strata)
# Plot the geometry
plot(sf::st_geometry(coastspan_strata))
} # }