View source: R/get_data_frames.R
get_LifeHistory | R Documentation |
Extracts the life-history parameters: Linf
, K
, L50
, and ageM
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", ...)
x |
An object of class |
model |
An optional name for the model.
If |
... |
additiona arguments (not used) |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.