concAC {BeeGUTS} | R Documentation |
Recalculate the concentrations for the acute contact tests for bees
concAC(cExt, expTime, k_ca = 0.4, ...)
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 |
A data frame containing a column with the time points and a column with the recalculated concentrations
conc <- concAC(cbind(3.1, 4, 6, 8), 4)