powered by
Generate a plot for the predator-prey ODE output.
predatorprey.plot0(x1, x2, x3, x4, title = NULL)
The growth rate of prey
The decay rate of predator
The predating effect on prey
The predating effect on predator
The optional plot title. May be omited.
An ggplot2 object
# NOT RUN { predatorprey.plot0(1.351888, 1.439185, 1.337083, 0.9079049) # } # NOT RUN { # }
Run the code above in your browser using DataLab