K: Carrying capacity

View source: R/biodyn-msy.R

KR Documentation

Carrying capacity

Description

Calculates $k$ given msy, r and K for a Pella-Tomlinson biomass dynamic model

Usage

K(msy, r = 0.6, p = 1, params = FLPar(r = r, p = p))

Arguments

msy

a guess for MSY

r

a guess for $r$ the population growth rate

p

a guess for $p$ the shape parameter

params

provide $r$ and $p$ as FLPar

Value

an FLPar object with an estimate for $k$

See Also

msy and bmsy

Examples

## Not run: 
 K(5000,r=.6,p=1.0)
 
## End(Not run)

laurieKell/mpb documentation built on Sept. 9, 2023, 9:47 p.m.