From 38f9e15f0c972c1516ae737a2bca8d7789581bbd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 6 Oct 2016 09:19:21 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/mkinds.html | 120 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 docs/reference/mkinds.html (limited to 'docs/reference/mkinds.html') diff --git a/docs/reference/mkinds.html b/docs/reference/mkinds.html new file mode 100644 index 00000000..0b4341aa --- /dev/null +++ b/docs/reference/mkinds.html @@ -0,0 +1,120 @@ + + + + + + + + +mkinds. mkin + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + +
+
+ +

A dataset class for mkin

+ + +
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)
+
+
+
+
+ + +
+ + + -- cgit v1.2.1