plot_lvcomp_time: Generate a trajectory of population size (N1 vs N2) over time...

plot_lvcomp_timeR Documentation

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

Description

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)

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