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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.