View source: R/model-sigmoid-function.R
plot_sigmoid_functional_form | R Documentation |
Generates a plot of the sigmoid()
functional form with the values
of the parameters ac50
, hill
, top
, and bottom
labeled.
plot_sigmoid_functional_form(
ac50,
hill,
top,
bottom,
log_dose,
treatment_units,
response_units
)
ac50 |
|
hill |
|
top |
|
bottom |
|
log_dose |
|
treatment_units |
|
response_units |
|
ggplot2::ggplot()
object
sigmoid()
## Not run:
plot_sigmoid_functional_form(
ac50 = -6,
hill = -1,
top = 100,
bottom = 0,
treatment_label = "Log[Molar]",
response_label = "% Baseline")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.