get_LifeHistory {openMSE} | R Documentation |
Get Life History Parameters
Description
Extracts the life-history parameters: Linf
, K
, L50
, and ageM
Usage
get_LifeHistory(x, model = "Model 1", ...)
## S3 method for class 'Hist'
get_LifeHistory(x, model = "Model 1", ...)
## S3 method for class 'list'
get_LifeHistory(x, model = "Model 1", ...)
## S3 method for class 'MSE'
get_LifeHistory(x, model = "Model 1", ...)
## S3 method for class 'MMSE'
get_LifeHistory(x, model = "Model 1", ...)
Arguments
x |
An object of class |
model |
An optional name for the model.
If |
... |
additiona arguments (not used) |
Value
A data.frame
[Package openMSE version 1.0.1 Index]