Learn R Programming

SEHmodel (version 0.0.10)

plot,Landscape,Individuals-method: plot Landscape & Individuals method

Description

Plot differents graphics using Landscape & Individuals objects.

Usage

## S3 method for class 'Landscape,Individuals':
plot(x, y, time = -1, objectT = NULL,
  numind = -1, add = F, ..., plot.legend = TRUE)

Arguments

x
A Landscape object
y
An Individuals object
time
Time selection (default = -1) for Toxic intensity
objectT
Toxic Intensity 3D array (result of toxicIntensity, default NULL)
numind
an individual ID
add
Boolean to draw hover an another plot
...
default plot parameters (par)
plot.legend
plot legend (default TRUE)

Details

If objectT and numind are present will draw an individual ecoToxical graphics.

If objectT and time are specified that will draw the landscape, the individuals states and the toxic intensity at this time of the simulation.

By default will draw the landscape and the individuals positions.