gulf.data | R Documentation |
gulf.data is an R
package for accessing and manipulating southern Gulf of Saint Lawrence fisheries data.
.onLoad(libname, pkgname)
# Snow crab survey data:
x <- read.scsset(2020) # Load snow crab survey set/tow data.
y <- read.scsbio(2020) # Load snow crab survey biological data.
catch(x) <- catch(y, category = c("MM", "COM", "MF") # Attach snow crab catches to tow data.
summary(x) # Snow crab tow summary.
summary(y) # Snow crab biological data summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.