From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/mkinds.html | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'docs/reference/mkinds.html') diff --git a/docs/reference/mkinds.html b/docs/reference/mkinds.html index e0f4fbb6..386c00d7 100644 --- a/docs/reference/mkinds.html +++ b/docs/reference/mkinds.html @@ -8,11 +8,13 @@ A dataset class for mkin — mkinds • mkin + + @@ -32,13 +34,14 @@ - + + @@ -109,7 +112,6 @@ News - @@ -131,51 +133,47 @@
-

A dataset class for mkin

-
mkinds
- + +

Format

An R6Class generator object.

-

Fields

-
-
title

A full title for the dataset

-
sampling

times The sampling times

+
+
list("title")

A full title for the dataset

-
time_unit

The time unit

+
list("sampling")

times The sampling times

-
observed

Names of the observed compounds

+
list("time_unit")

The time unit

-
unit

The unit of the observations

+
list("observed")

Names of the observed compounds

-
replicates

The number of replicates

+
list("unit")

The unit of the observations

-
data

A dataframe with at least the columns name, time and value -in order to be compatible with mkinfit

+
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

- +

Examples

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