plot-methods {simecol} | R Documentation |
Methods for function plot
in package simecol.
## S4 method for signature 'simObj, missing': plot(x, y, ...) ## S4 method for signature 'odeModel, missing': plot(x, y, ...) ## S4 method for signature 'gridModel, missing': plot(x, y, index=1:length(x@out), delay=0, ...) ## S4 method for signature 'rwalkModel, missing': plot(x, y, index=1:length(x@out), delay=0, ...)
x |
an object of class simObj , |
y |
ignored, |
index |
index of time steps to be plotted, |
delay |
delay (in ms) between consecutive images (for
gridModel s) or xy-plots (for rwalkModel s),
|
... |
optional plotting parameters. |
plot
.