blineShift {tcpl} | R Documentation |
Shift the baseline to 0
Description
blineShift
Takes in dose-response data and shifts the baseline
to 0 based on the window.
Usage
blineShift(resp, logc, wndw)
Arguments
resp |
Numeric, the response values |
logc |
Numeric, the log10 concentration values |
wndw |
Numeric, the threshold window |
Value
A numeric vector containing the shifted response values
Note
This function is not exported and is not intended to be used by the user.
See Also
[Package tcpl version 3.1.0 Index]