integrate_fun: Numerically Integrate Carrying Capacity Landscape

Description Usage Arguments Value

Description

Integrate a carrying capacity landscape to estimate its 'volume'

Usage

1
integrate_fun(K_func, lower, upper, ...)

Arguments

K_func

R function specifying the carrying capacity function.

lower

Lower bound to integrate across; vector of length d, where d is the number of dimensions

upper

Upper bound to integrate across; vector of length d.

...

Named arguments to be passed to fun.

Value

The total volume of the landscape within the lower and upper bounds.


rdinnager/nichefillr documentation built on Dec. 3, 2019, 7:13 a.m.