Learn R Programming

SEHmodel (version 0.0.11)

getIndividualsLife: Method to get Individuals Life information

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

getIndividualsLife(object, ...)
"getIndividualsLife"(object)

Arguments

object
An Individuals object
...
other parameters

Value

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