summary: 'gulf.data' Summaries

summary.scssetR Documentation

gulf.data Summaries

Description

Functions that generate data summaries for various types of data objects.

Usage

## S3 method for class 'scsset'
summary(x, ...)

## S3 method for class 'scsbio'
summary(x, category, ...)

## S3 method for class 'esonar'
summary(x, year, trim = TRUE, ...)

Arguments

category

Biological category string(s). See category for more details.

by

Character string(s) specifying which variables to group by when summarizing.

weight

Logical value specifying whether to return a summary by weights rather than counts.

Methods (by class)

  • summary(scsset): Generate summaries for snow crab survey set data.

  • summary(scsbio): Generate summaries for snow crab survey biological data.

  • summary(esonar): Generate data summary for eSonar data.

Examples

b <- read.scsbio(2020)
summary(b) # General summary.
summary(b, category = c("m", "f"), by = "tow.id") # Male and female catch summary.


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