plot_lvcomp_time | R Documentation |
Generate a trajectory of population size (N1 vs N2) over time for the Lotka-Volterra model
plot_lvcomp_time(sim_df)
sim_df |
data frame of lokta-volterra model simulation (created by run_lvcomp_model()) |
run_lvcomp_model()
for simulating Lotka-Volterra competition
dynamics between two species given a vector of parameters, and
plot_lvcomp_portrait()
for making a phase portrait of the both species
(including the ZNGIs) the ZNGIs)
sim_df <- run_lvcomp_model()
plot_lvcomp_time(sim_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.