An sf object containing spatial data for the Atlantic Surfclam and Ocean Quahog Survey. Scientific survey strata for the Atlantic Surfclam Survey.
data('sc_strata')An sf object:
MULTIPOLYGON
XY
xmin: -76 ymin: 36.5 xmax: -66.9 ymax: 42.1
WGS 84
12 x 7
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(sc_strata)
# Plot the geometry
plot(sf::st_geometry(sc_strata))
} # }