K: Calculate Carrying Capacity

Description Usage Arguments Value See Also Examples

View source: R/biodyn-msy.R

Description

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

Usage

1
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

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

laurieKell/biodyn documentation built on May 20, 2019, 7:58 p.m.