View source: R/getMDFR.ZScoresForFleets.R
1 2 | getMDFR.ZScoresForFleets(repObjs, fleet.type = "fishery",
data.type = "abundance", verbose = FALSE)
|
repObjs |
- single model report list object, or named list of them |
fleet.type |
- fleet type ('fishery' or 'survey') |
data.type |
- data type ('abundance', 'biomass', or 'n.at.z') |
verbose |
- flag (T/F) to print diagnostic info |
Uses getMDFR.ZScoresForABData()
and getMDFR.ZScoresForSizeComps()
.
Returned dataframe has columns:
x - sex
m - maturity
s - shell condition
y - year
z - size bin [if data.type was 'n.at.z']
val - value
var - variable type
data.type - data type ('abundance','biomass', or 'n.at.z')
catch.type - catch type ('index.catch','retained.catch', etc.)
fleet - fleet name
fleet.type - fleet type ('survey' or 'fishery')
model - model name
Note: the 'z' column will be present only if the data.type requested was 'n.at.z'.
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.