Create Plot of a DRC Model
plot_drc.RdCreate Plot of a DRC Model
Arguments
- model
drc::drmmodel object generated withdrc::drm()- newdata
data.framewhere the predictions should be made. Default: use the range of treatment values in the model object.- predict_args
listof arguments passed topredict(model, ...)including interval will generate ribbon of the given type, seedrc::predict.drc()for more details.- aes_mapping
[ggplot2::aes](...)mapping columns of the model data and new data to the plot. (Default:ggplot2::aes](x = log_dose, y = response))- title
charactergiving the plot title