knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(sf)
library(NEFSCspatial)

The spatial data bundled in this package are in sf format. For the data in sf format, you can view the fields simply by typing the name of the data set

NEFSCspatial::Shellfish_Strata

To visualize the data simply use the plot function

plot(NEFSCspatial::Shellfish_Strata)


andybeet/NEFSCspatial documentation built on Jan. 10, 2024, 10:22 p.m.