pt | R Documentation |
Estimates parameters of surplus production models using the PT method by deriving parameters from reference points and biomass ratios
pt(object, ...)
object |
Input object (FLPar, numeric, or FLBRP) |
... |
Additional arguments passed to methods |
shape |
Ratio of BMSY to virgin biomass (default: object"bmsy"/object"v") |
what |
Function to calculate biomass metric (default: ssb) |
Production Type (PT) Method
An FLPar object containing:
r: intrinsic growth rate
k: carrying capacity
p: shape parameter
msy: maximum sustainable yield
bmsy: biomass at MSY
fmsy: fishing mortality at MSY
virgin: unfished biomass
## Not run:
params <- FLPar(c(bmsy=500, msy=125, v=1000))
pt(params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.