Methods for function plot
in package simecol.
# S4 method for simObj,missing
plot(x, y, …)
# S4 method for odeModel,missing
plot(x, y, …)
# S4 method for odeModel,odeModel
plot(x, y, …)
# S4 method for gridModel,missing
plot(x, y, index=1:length(x@out), delay=0, …)
# S4 method for rwalkModel,missing
plot(x, y, index=1:length(x@out), delay=0, …)
an object of class simObj
,
either a second odeModel
object or ignored,
index of time steps to be plotted,
delay (in ms) between consecutive images (for
gridModel
s) or xy-plots (for rwalkModel
s),
optional plotting parameters.
Generic function: see
plot
.
template function, does nothing and only issues a warning.
plots time series of the state
variables where one or more odeModel
objects can be supplied.
Optional plotting parameters are possible, too.
See plot.deSolve
for details.
displays a series of images for the simulated grid.
displays a series of x-y plots of the simulated individuals.