Description Usage Arguments Details Value
View source: R/getMDFR.Special.R
Function to get natural mortality rates from model results from TCSAM2015 and rsimTCSAM model runs as a dataframe.
1 2 |
tcsams |
- single TCSAM2015 model report object, or named list of such |
rsims |
- single rsimTCSAM results object, or named list of such |
type |
- flag indicating which M's to extract ('M_cxm', 'M_yxm' or 'M_yxmsz') |
verbose |
- flag (T/F) to print debug info |
Extracts natural mortality rates
dataframe with columns
'M_cxm:', 'modeltype', 'model', 'pc', 'x', 'm', 'val'
'M_yxm:', 'modeltype', 'model', 'y', 'x', 'm', 'val'
'M_yxmsz:','modeltype', 'model', 'y', 'x', 'm', 's', 'z', 'val'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.