Learn R Programming

BeeGUTS (version 1.5.0)

concAC: Recalculate the concentrations for the acute contact tests for bees

Description

Recalculate the concentrations for the acute contact tests for bees

Usage

concAC(cExt, expTime, k_ca = 0.4, binning = 0.5)

Value

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

Arguments

cExt

The concentration applied

expTime

The duration of the experiment in days

k_ca

Contact availability rate (d-1), default is 0.4

binning

binning of the time vector, default 0.5 d

Examples

Run this code
conc <- concAC(cbind(3.1, 4, 6, 8), 4)

Run the code above in your browser using DataLab