A dataset class for mkin
    
    mkinds
        
    
    An R6Class generator object.
    
    Fields
    
    
- title
- A full title for the dataset
- sampling
- times The sampling times
- time_unit
- The time unit
- observed
- Names of the observed compounds
- unit
- The unit of the observations
- replicates
- The number of replicates
- 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)