benchmark | R Documentation |
A generic function to extract benchmark reference points from FLStock objects
A generic function to extract benchmark reference points from FLStock objects
benchmark(object, ...)
benchmark(object, ...)
## S4 method for signature 'FLStock'
benchmark(object)
## S4 method for signature 'FLStocks'
benchmark(object)
object |
An FLStock or FLStocks object |
... |
Additional arguments (not currently used) |
pars |
A parameter object (class FLPar) containing necessary parameters. |
lc |
A threshold value for lc. |
lmax |
A threshold value for lmax. |
This method calculates something using the haupt
function when the input object is of class FLQuant and the parameter object is of class FLPar.
The result of the calculation.
An FLPar object containing benchmark reference points (Fmsy, Flim, Fpa, Blim, Bpa, Btrigger)
An FLPar object containing benchmark reference points (Fmsy, Flim, Fpa, Blim, Bpa, Btrigger)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.