plot_functional_responses: Plot population size over time for the biotic resource...

View source: R/biotic_resource_competition.R

plot_functional_responsesR Documentation

Plot population size over time for the biotic resource competition model

Description

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)

gauravsk/ecoevoapps documentation built on July 9, 2024, 9:37 p.m.