rebuild | R Documentation |
FLBRP
objectProjects rebuilding trajectories from different initial SSB levels
rebuild(
object,
targetF = NULL,
targetSSB = NULL,
nInitial = 100,
growthRate = 0.25,
minVal = 0.000001,
maxVal = 1,
burnin = 20,
truncate = TRUE
)
## S4 method for signature 'FLBRP'
rebuild(
object,
targetF = computeRefpts(object)["msy", "harvest"] * 0,
targetSSB = computeRefpts(object)["msy", "ssb"],
nInitial = 100,
growthRate = 0.25,
minVal = 0.000001,
maxVal = 1,
burnin = 20,
truncate = TRUE
)
object |
An object representing the population |
targetF |
Target fishing mortality during rebuilding |
targetSSB |
Target spawning stock biomass |
nInitial |
Number of initial SSB levels |
growthRate |
Growth rate for depletion sequence |
minVal |
Minimum depletion value |
maxVal |
Maximum depletion value |
burnin |
Number of years for burn-in period |
truncate |
Whether to remove burn-in period |
priors attribute as an FLPar
of the FLBRP
object
An object with rebuilding trajectories
## Not run:
eql=FLBRP(...) # Create or load an FLBRP object
priors(eql)
## End(Not run)
Rebuild a fish population
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.