pellatParams | R Documentation |
Methods to calculate parameters (r, K, p) for the Pella-Thompson production model from reference points (FMSY, BMSY, B0). Multiple methods are provided for different input object classes.
pellatParams(object, biomass, ...)
## S4 method for signature 'FLBRP,ANY'
pellatParams(object)
## S4 method for signature 'numeric,ANY'
pellatParams(object)
## S4 method for signature 'missing,missing'
pellatParams(
object,
biomass,
fmsy,
bmsy,
k = NULL,
b0 = NULL,
virgin = NULL,
...
)
object |
Input object of class 'FLPar', 'FLBRP', or 'numeric' |
interval |
Numeric vector of length 2 specifying the interval for shape parameter optimization. Default c(1.1, 10) |
The methods estimate Pella-Thompson model parameters using different input types:
FLPar: Requires fmsy, bmsy, and k parameters
FLBRP: Extracts reference points from FLBRP object
numeric: Requires named vector with fmsy, bmsy, and b0
An FLPar object containing:
r - Intrinsic rate of population growth
k - Carrying capacity
p - Shape parameter
Pella, J.J. and Tomlinson, P.K. (1969) A generalized stock production model. Inter-American Tropical Tuna Commission Bulletin 13: 419-496
FLPar
, FLBRP
# Using numeric vector
refs <- c(fmsy=0.2, bmsy=1000, b0=2000)
pellatParams(refs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.