powered by
beeSurvFit
Calculate the presence of Time Reinforced Toxicity for the compound from the calibrated model beeSurvFit object.
# S3 method for beeSurvFit ShortTimeEffects( object, fullcalculation = FALSE, concRange = NULL, nPoints = NULL, ncores = NULL )
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.
ggplot
An object of class beeSurvFit
Compute the LDD50 from day 1 to day 10 of the Chronic test. This can increase the computation time
Argument of LCx, range of concentrations to find LDD50
Argument of LCx, Number of time point in concRange between 0 and the maximal concentration. 100 by default.
concRange
Argument of LCx, number of cores for parallelization
# \donttest{ data(fitBetacyfluthrin_Chronic) ShortTimeEffects(fitBetacyfluthrin_Chronic, ncores=2) # }
Run the code above in your browser using DataLab