hcrICES | R Documentation |
Calculates the global MSY, i.e. the largest catch that can be made with a knife edge selection pattern
Harvest Control Rule, calculates Total Allowable Catch (TAC) based on a hockey stock harvest control rule.
hcrICES(object,eql,sr_deviances,params,
start=max(dimnames(object)$year)-10, end=start+10, interval=1,
err=NULL,bndTac=c(0,Inf),...)
object |
an object of class |
eql |
|
... |
any additional arguments |
sr_deviances |
|
params |
|
start |
|
end |
|
interval |
|
err |
|
bndTac |
|
returns a list
with FLStock
and FLPar
objects for the stock and HCR
Laurence Kell, Sea++
data(ple4brp)
globalMsy(ple4brp)
hcrICES
## Not run:
data(pl4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.