An sf object containing spatial data for the Passive Acoustic Monitoring Survey.
data('pam_deployments')An sf object:
POINT
NA
xmin: -75.7 ymin: 36.5 xmax: -66.9 ymax: 44.8
WGS 84
82 x 23
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(pam_deployments)
# Plot the geometry
plot(sf::st_geometry(pam_deployments))
} # }