plot_biotic_comp_time: Plot population size over time for the boitic resource...

View source: R/biotic_resource_competition.R

plot_biotic_comp_timeR Documentation

Plot population size over time for the boitic resource competition model

Description

Plot population size over time for the boitic resource competition model

Usage

plot_biotic_comp_time(sim_df)

Arguments

sim_df

matrix or data frame of simulations generated by run_biotic_comp_model

See Also

run_biotic_comp_model() for simulating the biotic resource competition model

Examples

sim_df_biotic_rc <- run_biotic_comp_model(
time = seq(0,10),
init = c(P1 = 25, P2 = 25, H = 30),
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_biotic_comp_time(sim_df_biotic_rc)

gauravsk/ecoevoapps documentation built on June 14, 2025, 12:24 a.m.