Plot the Sigmoid Functional Form with Labeled Parameters
plot_sigmoid_functional_form.RdGenerates a plot of the sigmoid() functional form with the values
of the parameters ac50, hill, top, and bottom
labeled.
Usage
plot_sigmoid_functional_form(
ac50,
hill,
top,
bottom,
log_dose,
treatment_units,
response_units
)Arguments
- ac50
numericvalue for theac50parameter, which is eitherec50with thesigmoid_agonist_formula()oric50for thesigmoid_antagonist_formula()- hill
numericvalue for thehillparameter- top
numericvalue for thetopparameter- bottom
numericvalue for thebottomparameter- log_dose
numericvector of treatment values- treatment_units
characterunits for the log dose- response_units
characterunits for the response
Value
ggplot2::ggplot() object