A dataset class for mkin

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

Methods

Public methods


Method new()

Usage

mkinds$new(title = "", data, time_unit = NA, unit = NA)


Method clone()

The objects of this class are cloneable with this method.

Usage

mkinds$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

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