Skip to contents

Plot population size over time for the biotic resource competition model

Usage

plot_functional_responses(params)

Arguments

params

vector of parameters describing the consumer species' attack, consumption, and mortality rates, as well as their handling times; and the resource species' intrinsic growth and density-dependent mortality rates

See also

run_biotic_comp_model() for simulating the biotic resource competition model

Examples

params <- c(r = 0.2, q = .0066,
a1 = .02, T_h1 = 0.1, e1 = 0.4, d1 = 0.1,
a2 = .02, T_h2 = 0.1, e2 = 0.39, d2 = 0.1)
plot_functional_responses(params)
#> [[1]]

#> 
#> [[2]]

#>