eql | R Documentation |
Fits stock-recruitment models and computes biological reference points using FLR framework.
eql(object, model)
## S4 method for signature 'FLStock'
eql(object, model = "bevholtSV")
object |
An FLStock object |
model |
Stock-recruitment model type (default="bevholtSV") |
An FLBRP object with additional attributes:
sr - Fitted stock-recruitment model
logLik - Model likelihood
prod - Production characteristics
tseries - Time series metrics
## Not run:
data(ple4)
eql <- eql(ple4, model="rickerSV")
summary(eql)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.