gulf.data: Gulf Data Package

gulf.dataR Documentation

Gulf Data Package

Description

gulf.data is an R package for accessing and manipulating southern Gulf of Saint Lawrence fisheries data.

Usage

.onLoad(libname, pkgname)

Examples

# 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.

TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.