An sf object containing spatial data for the eDNA Survey. Sampling stations for the eDNA Survey.
data('edna_stations')An sf object:
POINT
NA
xmin: -75.5 ymin: 36 xmax: -65.4 ymax: 44.5
WGS 84
35 x 13
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(edna_stations)
# Plot the geometry
plot(sf::st_geometry(edna_stations))
} # }