Individuals-getIndividualsLife-method: Method to get Individuals Life information

Description Usage Arguments Value

Description

Get individuals toxic concentration over the simulation time. If intern concentration overtakes the toxic threshold value is "-2", that means the individual is dead because of higher toxic concentration. Otherwise value is "-1" means the individual is dead in natural way. The value "0" means that the individual is not alive yet.

Usage

1
2
3
4
getIndividualsLife(object, ...)

## S4 method for signature 'Individuals'
getIndividualsLife(object)

Arguments

object

An Individuals object

...

other parameters

Value

a matrix indexed by individual ID in rows and by time in columns.


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