R/data_Scallop_Rotational_Areas_20230411.R
Scallop_Rotational_Areas_20230411.RdAn sf object containing the Scallop Restricted Areas.
Specifically Area I, II, Nantucket Lightship North, Nantucket Lightship West, New York Bight, and Elephant Trunk.
data("Scallop_Rotational_Areas_20230411")An sf object
POLYGON
XY
xmin: -8274749 ymin: 4602998 xmax: -7333888 ymax: 5087139
WGS 84 / Pseudo-Mercator
6 x 26
See source
https://www.fisheries.noaa.gov/resource/map/atlantic-sea-scallop-managed-waters-fishing-year-2023
if (FALSE) { # \dontrun{
# Load the dataset
data(Scallop_Rotational_Areas_20230411)
# Plot the geometry
plot(sf::st_geometry(Scallop_Rotational_Areas_20230411))
} # }