properties | R Documentation |
Calculates additional reference points
properties(object, ...)
object |
an |
Calculate priors for an FLBRP object
This method calculates priors for an FLBRP object based on reference points and observations.
A named vector of calculated prior values
FLPar
with estimates of MSY based reference points
FLBRP,refpts
## Not run:
eql=FLBRP(...) # Create or load an FLBRP object
calcPriors(eql)
## End(Not run)
## Not run:
data(ple4brp)
fbar(ple4brp)=FLQuant(seq(0,c(refpts(ple4brp)["crash","harvest"]),length.out=101))
refpts(ple4brp)=properties(ple4brp)
plot(ple4brp,ncol=2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.