plot_drc | R Documentation |
Create Plot of a DRC Model
plot_drc(
model,
newdata = NULL,
predict_args = list(interval = "prediction"),
aes_mapping = ggplot2::aes(x = .data[["log_dose"]], y = .data[["response"]]),
title = NULL
)
model |
|
newdata |
|
predict_args |
|
aes_mapping |
|
title |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.