predatorprey.plot1 {evoper} | R Documentation |
predatorprey.plot1
Description
Simple wrapper for 'predatorprey.plot0' accepting the parameters as a list.
Usage
predatorprey.plot1(x, title = NULL)
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. |
Value
An ggplot2 object
Examples
## Not run:
rm(list=ls())
predatorprey.plot1(v$getBest()[1:4])
## End(Not run)
[Package evoper version 0.5.0 Index]