Learn R Programming

simecol (version 0.5-5)

lv: Lotka-Volterra Predator-Prey Model

Description

simecol example: basic Lotka-Volterra predator prey-model.

Usage

data(lv)

Arguments

Details

To see all details, please have a look into the implementation.

References

Lotka, A. J. 1925. Elements of physical biology. Williams and Wilkins, Baltimore. Volterra, V. (1926). Variazionie fluttuazioni del numero d'individui in specie animali conviventi. Mem. Acad.Lincei, 2, 31-113.

See Also

simecol-package, sim, parms, init, times.

Examples

Run this code
data(lv)
    print(lv)
    plot(sim(lv))

    parms(lv) <- c(k1=0.5, k2=0.5, k3=0.5)
    plot(sim(lv))

Run the code above in your browser using DataLab