Learn R Programming

SEHmodel (version 0.0.10)

getIndividualsLife: Method to get Individuals Life info

Description

Method to get Individuals Life info

Get individuals toxic concentration over the simulation time. If intern concentration overtakes the toxic threshold value is "-2", that means the toxic kill the individual 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, ...)

## S3 method for class 'Individuals': getIndividualsLife(object)

Arguments

object
An Inidividuals object
...
others parameters

Value

  • a matrix indexed by individual ID in row and by time in columns.