Skip to contents

An sf object containing spatial data for the Atlantic Surfclam and Ocean Quahog Survey. Scientific survey strata for the Atlantic Surfclam Survey.

Usage

data('sc_strata')

Format

An sf object:

Geometry type

MULTIPOLYGON

Dimension

XY

Bounding box

xmin: -76 ymin: 36.5 xmax: -66.9 ymax: 42.1

Projected CRS

WGS 84

Features

12 x 7

Metadata

See source

Source

https://mdeb-nefsc-noaa.hub.arcgis.com/

Examples

if (FALSE) { # \dontrun{
# Load the dataset
data(sc_strata)

# Plot the geometry
plot(sf::st_geometry(sc_strata))
} # }