Skip to contents

Generate a trajectory of population size (N1 vs N2) over time for the Lotka-Volterra model

Usage

plot_lvcomp_time(sim_df)

Arguments

sim_df

data frame of lokta-volterra model simulation (created by run_lvcomp_model())

See also

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)

Examples

sim_df <- run_lvcomp_model()
plot_lvcomp_time(sim_df)