predatorprey.plot0 {evoper} | R Documentation |
Generate a plot for the predator-prey ODE output.
predatorprey.plot0(x1, x2, x3, x4, title = NULL)
x1 |
The growth rate of prey |
x2 |
The decay rate of predator |
x3 |
The predating effect on prey |
x4 |
The predating effect on predator |
title |
The optional plot title. May be omited. |
An ggplot2 object
## Not run:
predatorprey.plot0(1.351888, 1.439185, 1.337083, 0.9079049)
## End(Not run)