Learn R Programming

evoper (version 0.6.0)

predatorprey.plot1: predatorprey.plot1

Description

Simple wrapper for 'predatorprey.plot0' accepting the parameters as a list.

Usage

predatorprey.plot1(x, title = NULL)

Value

An ggplot2 object

Arguments

x

A list containing the values of predator/prey parameters c1, c2, c3 and c4 denoting respectivelly the growth rate of prey, the decay rate of predator, the predating effect on prey and the predating effect on predator

title

The optional plot title. May be omited.

Examples

Run this code
if (FALSE) {
 rm(list=ls())
 predatorprey.plot1(v$getBest()[1:4])
}

Run the code above in your browser using DataLab