Last data update: 2014.03.03

R: A dataset class for mkin
mkindsR Documentation

A dataset class for mkin

Description

A dataset class for mkin

Usage

mkinds

Format

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)

Results