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