hw: Hanes-Woolf Transformation
Description
Obtains Km and Vm using the Hanes-Woolf transformation.
Usage
hw(data, unit_S = 'mM', unit_v = 'au', plot = TRUE)
Value
A dataframe with the values of the transformed variables is returned. The fitted Km and Vm are given as attributes of this dataframe.
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.