ShortTimeEffects.beeSurvFit {BeeGUTS} | R Documentation |
beeSurvFit
object.Calculate the presence of Time Reinforced Toxicity for the compound from the
calibrated model beeSurvFit
object.
## S3 method for class 'beeSurvFit'
ShortTimeEffects(
object,
fullcalculation = FALSE,
concRange = NULL,
nPoints = NULL
)
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 |
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.
data(fitBetacyfluthrin_Chronic)
ShortTimeEffects(fitBetacyfluthrin_Chronic)