hockeyStick | R Documentation |
A Harvest Control Rule (HCR) to calculate F, or Total Allowable Catch (TAC) based on a hockey stock harvest control rule.
hockeyStick(object, refs, ...)
object |
an object of class |
refs |
|
... |
any additional arguments |
FLPar
object with value(s) for F or TAC if tac==TRUE
## Not run:
bd =sim()
bd=window(bd,end=29)
for (i in seq(29,49,1))
bd=fwd(bd,harvest=hockeyStick(bd,yr=i,yr=i+1)$hvt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.