summary.scsset | R Documentation |
gulf.data
SummariesFunctions that generate data summaries for various types of data objects.
## 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, ...)
category |
Biological category string(s). See |
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. |
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.
b <- read.scsbio(2020)
summary(b) # General summary.
summary(b, category = c("m", "f"), by = "tow.id") # Male and female catch summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.