Description Usage Arguments Details Value
Function to get predicted population processes from several model runs.
1 2 | getMDFR.Pop.Processes(obj, type = c("M_yxm", "R_cz", "prM2M_cxz", "mnZAM_cxz",
"T_cxzz"), verbose = FALSE)
|
obj |
- object with results for the models to be compared that can be converted to a list of tcsam2013.resLst objects |
type |
- population process to retrieve |
verbose |
- flag (T/F) to print debug info |
Potential values for 'type' are:
'M_yxm' - natural mortality rates
'R_cz' - size distribution for recruitment
'prM2M_cxz' - probability of molt-to-maturity
'mnZAM_cxz' - mean growth increment
'T_cxzz' - growth transition matrix
Uses reshape2::melt
.
dataframe in canonical format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.