plot {simecol}R Documentation

Methods for Function plot in Package 'simecol'

Description

Methods for function plot in Package `simecol'.

Usage

  plot(x, y, ...)
  # plot(x, y, index=1:length(x@out), delay=0, ...)

Arguments

x an object of class gridModel.
y omitted.
index index of time steps to be plotted.
delay delay (in ms) between consecutive images (for gridModels) or xy-plots (for rwalkModels).
... optional plotting parameters.

Methods

x = "ANY", y = "ANY"
Calls the standard generic plot function.
x = "odeModel", y = "missing"
plots time series of the state variables. Optional plotting parameters are possible.
x = "gridModel", y = "missing"
displays a series of images for the simulated grid.
x = "rwalkModel", y = "missing"
displays a series of x-y plots of the simulated individuals.


[Package simecol version 0.3-11 Index]