plot-methods {simecol} | R Documentation |
Methods for Function plot in Package ‘simecol’
Description
Methods for function plot
in package simecol.
Usage
## S4 method for signature 'simObj, missing':
plot(x, index=1:length(x@out), delay=0, ...)
Arguments
x |
An object of class simObj . |
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. |
Methods
- x = "ANY", y = "ANY"
- Generic function: see
plot
.
- x = "simObj", ...
- returns a warning that a specific method is required, depending on the
actual data structure.
- x = "odeModel", ...
- plots time series of the state variables. Optional plotting parameters
are possible.
- x = "gridModel", ...
- displays a series of images for
the simulated grid.
- x = "rwalkModel", ...
- displays a series of x-y plots
of the simulated individuals.
[Package
simecol version 0.5-5
Index]