From 64a476750ff57f4c612620bd58cc4ac42812e185 Mon Sep 17 00:00:00 2001
From: Johannes Ranke A dataset class for mkin At the moment this dataset class is hardly used in mkin. For example,
+mkinfit does not take mkinds datasets as argument, but works with dataframes
+such as the on contained in the data field of mkinds objects. Some datasets
+provided by this package come as mkinds objects nevertheless. An The S3 printing method A full title for the dataset A full title for the dataset times The sampling times The sampling times The time unit The time unit Names of the observed compounds Names of the observed variables The unit of the observations The unit of the observations The number of replicates The maximum number of replicates per sampling time A dataframe with at least the columns name, time and
-value in order to be compatible with mkinfit A data frame with at least the columns name, time
+and value in order to be compatible with mkinfitFormat
+ See also
- R6Class
generator object.Fields
+ print.mkinds
Public fields
-
-
-
-
-
+
+title
sampling_times
time_unit
observed
unit
replicates
data
new()
Create a new mkinds object
mkinds$new(title = "", data, time_unit = NA, unit = NA)
title
The dataset title
data
The data
time_unit
The time unit
unit
The unit of the observations
clone()
The objects of this class are cloneable with this method.
+mds <- mkinds$new("FOCUS A", FOCUS_2006_A) +print(mds)-mds <- mkinds$new("FOCUS A", FOCUS_2006_A)
Print mkinds objects.
+Print mkinds objects
# S3 method for mkinds
--
cgit v1.2.1