An sf object containing spatial data for the eDNA Survey. Scientific survey strata for the eDNA Survey.
data('edna_strata')An sf object:
MULTIPOLYGON
XY
xmin: -76 ymin: 35.1 xmax: -65.2 ymax: 44.5
WGS 84
48 x 11
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(edna_strata)
# Plot the geometry
plot(sf::st_geometry(edna_strata))
} # }