Description Usage Arguments Value Examples
Generate a plot for the predator-prey ODE output.
1 | 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
1 2 3 4 | ## Not run:
predatorprey.plot0(1.351888, 1.439185, 1.337083, 0.9079049)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.