michaelisdata {nlstools} | R Documentation |
Michaelis Menten data sets
Description
Michaelis Menten data sets
Usage
data(vmkm)
data(vmkmki)
Format
vmkm
is a data frame with 2 columns (S: concentration of substrat, v: reaction rate)
vmkmki
is a data frame with 3 columns (S: concentration of substrat, I: concentration of inhibitor, v: reaction rate)
Source
These datasets were provided by the French research unit INRA UMR1233.
Examples
data(vmkm)
data(vmkmki)
plot(vmkm)
plot(vmkmki)
[Package nlstools version 2.1-0 Index]