selex.backtest | R Documentation |
function to do nyears backtest of selex pattern in FLStocks
selex.backtest(
sel,
stock,
sr = NULL,
Fref = NULL,
byears = 10,
nyears = 3,
plim = 0.975
)
sel |
list of selex parameters of class of FLPars() |
stock |
stock object of class FLStock |
sr |
optional spawner-recruitment function FLSR |
Fref |
option to input current F value, specify "catch" or refpts = c("F0","Fmsy","F0.1","Fspr30","Fsq") |
byears |
number of backtest years |
nyears |
number of years for referencNULe conditions |
plim |
set fbar for ages with Selectivy >= plim (default 0.975) |
FLStocks object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.