A dataset class for mkin

mkinds

Format

An R6Class generator object.

Fields

list("title")

A full title for the dataset

list("sampling")

times The sampling times

list("time_unit")

The time unit

list("observed")

Names of the observed compounds

list("unit")

The unit of the observations

list("replicates")

The number of replicates

list("data")

A dataframe with at least the columns name, time and value in order to be compatible with mkinfit

Examples

mds <- mkinds$new("FOCUS A", FOCUS_2006_A)