Create Plot of a DRC Model
plot_drc.Rd
Create Plot of a DRC Model
Arguments
- model
drc::drm
model object generated withdrc::drm()
- newdata
data.frame
where the predictions should be made. Default: use the range of treatment values in the model object.- predict_args
list
of 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
character
giving the plot title