concAO {BeeGUTS}R Documentation

Recalculate concentration for the acute oral tests for bees

Description

Recalculate concentration for the acute oral tests for bees

Usage

concAO(cExt, cTime = 0.25, expTime, k_sr = 0.625, ...)

Arguments

cExt

A dataframe of concentrations at time 0 concentration applied

cTime

The duration of exposure in days, default is 0.25 d

expTime

The duration of the experiment in days

k_sr

Stomach release rate (d-1), default is 0.625

...

Not used

Value

A data frame containing a column with the time points and a column with the recalculated concentrations

Examples

conc <- concAO(cExt = cbind(3.5, 6, 8, 10), cTime = 0.25, expTime = 4)

[Package BeeGUTS version 1.1.3 Index]