TRT.beeSurvFit {BeeGUTS} | R Documentation |
Calculate the presence of Time Reinforced Toxicity for the compound from the
calibrated model beeSurvFit
object.
Description
Calculate the presence of Time Reinforced Toxicity for the compound from the
calibrated model beeSurvFit
object.
Usage
## S3 method for class 'beeSurvFit'
TRT(object, concRange = NULL)
Arguments
object |
An object of class |
concRange |
Argument of LCx, range of concentrations to find LDD50 |
Value
A object of class ggplot
containing the graph of the comparison
between Haber's law and the predicted lethal doses at 10 and 27 days and a
data.frame with the plotted values.
Examples
data(fitBetacyfluthrin_Chronic)
TRT(fitBetacyfluthrin_Chronic)
[Package BeeGUTS version 1.3.0 Index]