Learn R Programming

evoper (version 0.5.0)

predatorprey.plot0: 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

Run this code
# NOT RUN {
 predatorprey.plot0(1.351888, 1.439185, 1.337083, 0.9079049)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab