hill_curve is used calculate response values given hill parameters.
Usage
hill_curve(hill_tp, hill_ga, hill_gw, lconc)
Arguments
hill_tp
Numeric, hill top parameter.
hill_ga
Numeric, hill AC50 parameter.
hill_gw
Numeric, hill coefficient parameter.
lconc
Numeric, concentration (in log uM) to calculate the response.
Value
y Numeric, the calculated response value at lconc.
Details
Given input values for the hill parameters and a concentration, this function
returns the response value at the given concentration. Used to plot the hill
equation resulting from a given fit.