Description Usage Arguments Details Value
Function to get predicted population quantities (time series) from several model runs.
1 2 3 | getMDFR.Pop.Quantities(obj, type = c("MB_yx", "R_y", "iN_xmsz", "fN_xmsz",
"B_yxmsz", "B_yxmz", "B_yxms", "B_yxm", "B_yx", "N_yxmsz", "N_yxmz", "N_yxms",
"N_yxm", "N_yx"), verbose = FALSE)
|
obj |
- object that can be converted into a list of tcsam2013.resLst objects |
type |
- population quantity to retrieve |
verbose |
- flag (T/F) to print debug info |
Potential values for 'type' are:
'MB_yx' - mature biomass at spawning time (1000's t)
'R_y' - recruitment (millions)
'iN_xmsz' - initial (July 1) abundance by x,m,s,z (millions)
'fN_xmsz' - final (July 1) abundance by x,m,s,z (millions)
'B_yxmsz' - annual (July 1) abundance by x,m,s,z (millions)
'B_yxmz' - annual (July 1) abundance by x,m,z (millions)
'B_yxz' - annual (July 1) abundance by x,z (millions)
'B_yxms' - annual (July 1) abundance by x,m,s (millions)
'B_yxm' - annual (July 1) abundance by x,m (millions)
'B_yx' - annual (July 1) abundance by x (millions)
'N_yxmsz' - annual (July 1) abundance by x,m,s,z (millions)
'N_yxmz' - annual (July 1) abundance by x,m,z (millions)
'N_yxz' - annual (July 1) abundance by x,z (millions)
'N_yxms' - annual (July 1) abundance by x,m,s (millions)
'N_yxm' - annual (July 1) abundance by x,m (millions)
'N_yx' - annual (July 1) abundance by x (millions)
Uses reshape2::melt
and reshape2::dcast
.
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.