mkinds.Rd
A dataset class for mkin
An R6Class
generator object.
A full title for the dataset
times The sampling times
The time unit
Names of the observed compounds
The unit of the observations
The number of replicates
A dataframe with at least the columns name, time and value in order to be compatible with mkinfit
new()
mkinds$new(title = "", data, time_unit = NA, unit = NA)
clone()
The objects of this class are cloneable with this method.
mkinds$clone(deep = FALSE)
deep
Whether to make a deep clone.
mds <- mkinds$new("FOCUS A", FOCUS_2006_A)