| icesAR | R Documentation |
# The ICES Advice Rule for stocks where a wide range of stock sizes has been seen so the stock recruitment relationship can be estimated
if SSB>= MSY Btrigger F=Fmsy else F=FMSY*SSB/Btrigger
FMSY could be a proxy for FMSY, i.e. F0.1
Where Btrigger is BPA, i.e. Blim×exp(-1.645×sigma) Blim is the break point from segmented regression
# http://ices.dk/sites/pub/Publication
icesAR(x, ftar = 1, fmin = 0.05, bpa = 0.5, sigma = 0.3, refpt = "msy")
x |
|
ftar |
default of 1.0 |
fmin |
default of0.05 |
bpa |
default of0.5 |
sigma |
default of 0.3 |
icesAR
Laurence Kell, Sea++
## 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.