DEB_Daphnia {cvasi}R Documentation

DEBtox Daphnia

Description

Creates a DEBtox Daphnia scemarop.

Usage

DEB_Daphnia()

Details

State variables

The following list describes the default names and standard units of the model's state variables:

All state variables are initialized with zero. See set_init() on how to set the initial state.

Parameters

The following parameters are required:

Mode of Action

Any combination of the following mode of actions (MoA) can be considered by the model:

To activate more than one MoA, simply add up the corresponding codes. To disable all MoAs, set the parameter to zero. See also set_mode_of_action().

Feedbacks

Any combination of the following damage feedbacks can be considered by the model:

To activate more than one feedback, simply add up the corresponding codes. To disable all feedbacks, set the parameter to zero.

Effects

The state variables L (body length), R (cumulative reproduction), and S (survival probability) are set as effect endpoints by default. All state variables are available as potential endpoints. The list of considered endpoints can be modified by using set_endpoints().

To calculate effects, each DEB scenario is simulated twice: One simulation which considers exposure to a toxicant and one simulation without exposure, i.e. a control. See also effect().

Output variables

The following intermediary model variables can be added to the model output on demand, see simulate() for details:

Value

an S4 object of type DebDaphnia

See Also

Other DEB models: DEB-models, DEB_abj()


[Package cvasi version 1.1.3 Index]