View source: R/biotic_resource_competition.R
plot_functional_responses | R Documentation |
Plot population size over time for the biotic resource competition model
plot_functional_responses(params)
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 |
run_biotic_comp_model()
for simulating the biotic resource
competition model
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.