calcRoot_F: Calculate the Roots of F

Description Usage Arguments Value Examples

Description

Calculate the roots of F (planktivorous fish) by solving a polynomial

Usage

1
calcRoot_F(pars)

Arguments

pars

named vector of parameters found in ecoStep. At a minimum, qE needs to be supplied. Optionally, other parameter arguments can be supplied here, but if they aren't, they are taken from the formals (defaults) of ecoStep.

Value

numeric value(s) corresponding to roots of F

Examples

1
calcRoot_F(pars=c(qE=0.5))

cboettig/bs-tipping documentation built on May 5, 2019, 7:08 a.m.