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: volume)
vmkmki is a data frame with 3 columns (S: concentration of substrat, I: concentration of inhibitor, v: volume)

Source

These datasets were provided by the French research unit INRA UMR1233.

Examples

data(vmkm)
data(vmkmki)
plot(vmkm)
plot(vmkmki)

[Package nlstools version 0.0-8 Index]