Individuals-plot-methods: Plot method for Individuals

Description Usage Arguments Details

Description

Will plot individuals spatial positions.

Will plot individuals positions and state at a time of the simulation.

Usage

1
2
3
4
5
## S4 method for signature 'Individuals,ANY'
plot(x, y, add = F, ..., plot.legend = TRUE)

## S4 method for signature 'Individuals,numeric'
plot(x, y, add = F, ..., plot.legend = TRUE)

Arguments

x

An Individuals object

y

time of the simulation to display individuals

add

if True the new plot will overlap an already plot image (default False)

...

further graphical parameters (par)

plot.legend

plot legend (default TRUE)

Details

"Red" cross means that the individual is dead becouse of toxic exposition. "Green" cross means that the individual is dead by natural death. "Green" to "Red" points give the gradient of toxic concentration before the threshold.


SEHmodel documentation built on Sept. 12, 2016, 6:34 a.m.