concAC {BeeGUTS} | R Documentation |
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, ...)
Arguments
cExt |
The concentration applied |
expTime |
The duration of the experiment in days |
k_ca |
Contact availability rate (d-1), default is 0.4 |
... |
Not used |
Value
A data frame containing a column with the time points and a column with the recalculated concentrations
Examples
conc <- concAC(cbind(3.1, 4, 6, 8), 4)
[Package BeeGUTS version 1.1.3 Index]