blineShift {GladiaTOX} | R Documentation |
blineShift
Takes in dose-response data and shifts the baseline
to 0 based on the window.
blineShift(resp, logc, wndw)
resp |
Numeric, the response values |
logc |
Numeric, the log10 concentration values |
wndw |
Numeric, the threshold window |
A numeric vector containing the shifted response values
This function is not exported and is not inteded to be used by the user.