ShortTimeEffects.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'
ShortTimeEffects(
object,
fullcalculation = FALSE,
concRange = NULL,
nPoints = NULL
)
Arguments
object |
An object of class |
fullcalculation |
Compute the LDD50 from day 1 to day 10 of the Chronic test. This can increase the computation time |
concRange |
Argument of LCx, range of concentrations to find LDD50 |
nPoints |
Argument of LCx, Number of time point in |
Value
A object of class ggplot
containing the graph of the comparison
between LDD50 at day 2 and day 10 and the data.frame with the plotted values.
Examples
data(fitBetacyfluthrin_Chronic)
ShortTimeEffects(fitBetacyfluthrin_Chronic)
[Package BeeGUTS version 1.3.0 Index]