From a350a16bb2c11986faf5883a2804d46b03bd7c8f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 10 Sep 2016 05:21:52 +0200 Subject: Static documentation rebuilt with current staticdocs Using hadley/staticdocs commit #8c1069d from 8 days ago --- docs/mkinds.html | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 docs/mkinds.html (limited to 'docs/mkinds.html') diff --git a/docs/mkinds.html b/docs/mkinds.html new file mode 100644 index 00000000..48b2e904 --- /dev/null +++ b/docs/mkinds.html @@ -0,0 +1,121 @@ + + + + +mkinds. mkin 0.9.44.9000 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

A dataset class for mkin

+ +
+
+

Usage

+
mkinds
+ +
+

Format

+ +

An R6Class generator object.

+ +
+ +
+

Description

+ +

A dataset class for mkin

+ +
+ +
+

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)
+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.1