predatorprey.plot0 {evoper} | R Documentation |
predatorprey.plot0
Description
Generate a plot for the predator-prey ODE output.
Usage
predatorprey.plot0(x1, x2, x3, x4, title = NULL)
Arguments
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. |
Value
An ggplot2 object
Examples
## Not run:
predatorprey.plot0(1.351888, 1.439185, 1.337083, 0.9079049)
## End(Not run)
[Package evoper version 0.5.0 Index]