Plot the Sigmoid Functional Form with Labeled Parameters
plot_sigmoid_functional_form.Rd
Generates 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
numeric
value for theac50
parameter, which is eitherec50
with thesigmoid_agonist_formula()
oric50
for thesigmoid_antagonist_formula()
- hill
numeric
value for thehill
parameter- top
numeric
value for thetop
parameter- bottom
numeric
value for thebottom
parameter- log_dose
numeric
vector of treatment values- treatment_units
character
units for the log dose- response_units
character
units for the response
Value
ggplot2::ggplot()
object