Learn R Programming

mkin (version 0.9.49.5)

mkinds: A dataset class for mkin

Description

A dataset class for mkin

Usage

mkinds

Arguments

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

Run this code
# NOT RUN {
mds <- mkinds$new("FOCUS A", FOCUS_2006_A)
# }

Run the code above in your browser using DataLab