simulate_lv | R Documentation |
Describes the dynamics of biological systems in which two species interact.
simulate_lv(
parameters,
start_coords = c(x = 0.01, y = 0.01),
t_max = 10,
t_step = 1/100
)
parameters |
α, β, γ, δ are positive real parameters describing the interaction of the two species. (numeric vector). |
start_coords |
initial conditions (numeric vector) |
t_max , t_step |
end time and step of the simulation (numeric). |
a dataframe with time, x, and y columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.