From 3151647526f299686b68420a83ae38cd7f3d08f5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 09:05:15 +0100 Subject: Rebuild vignettes and static documentation --- inst/web/mkinds.html | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 inst/web/mkinds.html (limited to 'inst/web/mkinds.html') diff --git a/inst/web/mkinds.html b/inst/web/mkinds.html new file mode 100644 index 00000000..5ff5e40c --- /dev/null +++ b/inst/web/mkinds.html @@ -0,0 +1,118 @@ + + + + +mkinds. mkin 0.9-41 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

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