An sf object containing spatial data for the Marine Mammal and Sea Turtle Survey.
data('mmst_strata')An sf object:
POLYGON
XY
xmin: -82.1 ymin: 24.2 xmax: -61.8 ymax: 45.2
WGS 84
7 x 6
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(mmst_strata)
# Plot the geometry
plot(sf::st_geometry(mmst_strata))
} # }