ecoToxic: EcoToxicological model method

Description Usage Arguments Value

Description

Generic method on Landscape and Individuals objects applying ecotoxicological equation.

This method gives internal concentration of contaminants within individuals, from toxic quantities in the environment and individual parameters.

Usage

1
2
3
4
5
ecoToxic(objectL, objectI, ...)

## S4 method for signature 'Landscape,Individuals'
ecoToxic(objectL, objectI, objectT,
  mintime = 1, maxtime, kin = 0.25, kout = 0.5, deltat = 0.1)

Arguments

objectL

A Landscape object

objectI

An Individuals object

...

other parameters

objectT

A ToxicIntensityRaster object, a 3D array of Toxic Dispersion over time [t,x,y], first indice is time

mintime

Time to start simulation (default = 1)

maxtime

Time to end simulation

kin

ingestion rate (% of contaminants staying in the body)

kout

elimination rate (% of contaminants eliminated from the body)

deltat

% of a time unit for the ordinary differential equation (ODE)

Value

An Individuals object with updated internal toxic concentrations


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