predatorprey.plot0: predatorprey.plot0

Description Usage Arguments Value Examples

Description

Generate a plot for the predator-prey ODE output.

Usage

1
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

1
2
3
4
## Not run: 
 predatorprey.plot0(1.351888, 1.439185, 1.337083, 0.9079049)

## End(Not run)

evoper documentation built on May 2, 2019, 12:13 a.m.