eh {renz} | R Documentation |
Eadie-Hofstee Transformation
Description
Obtain Km and Vm using the Eadie-Hofstee transformation.
Usage
eh(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(), hw(), ecb()
Examples
eh(ONPG[, c(1,2)])
[Package renz version 0.2.1 Index]