hw {renz} | R Documentation |
Hanes-Woolf Transformation
Description
Obtains Km and Vm using the Hanes-Woolf transformation.
Usage
hw(data, unit_S = 'mM', unit_v = 'au', plot = TRUE)
Arguments
data |
a dataframe where the first column is the independent variable, [S], and the remaining columns (as many as experiment replicates) correspond to the dependent variable, v. |
unit_S |
concentration unit. |
unit_v |
time unit. |
plot |
logical. If TRUE the data and fitted line are plotted. |
Value
A dataframe with the values of the transformed variables is returned. The fitted Km and Vm are given as attributes of this dataframe.
See Also
lb(), eh(), ecb()
Examples
hw(ONPG[, c(1,2)])
[Package renz version 0.2.1 Index]