Learn R Programming

BeeGUTS (version 1.5.0)

concAO: 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, binning = 0.5)

Value

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

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

binning

binning of the time vector, default 0.5 d

Examples

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

Run the code above in your browser using DataLab