aboutsummaryrefslogtreecommitdiff
path: root/man/mkinds.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-03-31 09:52:19 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-03-31 10:31:16 +0200
commit64a476750ff57f4c612620bd58cc4ac42812e185 (patch)
tree8b1701eb380ce1bd553c751a6a7347f5c3e66ef4 /man/mkinds.Rd
parentf9e0c46378f090a04fe95c70bb7977a686679895 (diff)
Use inline documentation for R6 class mkinds
Diffstat (limited to 'man/mkinds.Rd')
-rw-r--r--man/mkinds.Rd55
1 files changed, 37 insertions, 18 deletions
diff --git a/man/mkinds.Rd b/man/mkinds.Rd
index 79eb0167..3bbb1c4b 100644
--- a/man/mkinds.Rd
+++ b/man/mkinds.Rd
@@ -1,38 +1,43 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mkinds.R
-\docType{class}
\name{mkinds}
\alias{mkinds}
\title{A dataset class for mkin}
-\format{An \code{\link{R6Class}} generator object.}
\description{
-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.
}
-\section{Fields}{
+\examples{
+mds <- mkinds$new("FOCUS A", FOCUS_2006_A)
+print(mds)
-\describe{ \item{list("title")}{A full title for the dataset}
+}
+\seealso{
+The S3 printing method \code{\link{print.mkinds}}
+}
+\section{Public fields}{
+\if{html}{\out{<div class="r6-fields">}}
+\describe{
+\item{\code{title}}{A full title for the dataset}
-\item{list("sampling")}{times The sampling times}
+\item{\code{sampling_times}}{The sampling times}
-\item{list("time_unit")}{The time unit}
+\item{\code{time_unit}}{The time unit}
-\item{list("observed")}{Names of the observed compounds}
+\item{\code{observed}}{Names of the observed variables}
-\item{list("unit")}{The unit of the observations}
+\item{\code{unit}}{The unit of the observations}
-\item{list("replicates")}{The number of replicates}
+\item{\code{replicates}}{The maximum number of replicates per sampling time}
-\item{list("data")}{A dataframe with at least the columns name, time and
-value in order to be compatible with mkinfit} }
+\item{\code{data}}{A data frame 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)
-
+\if{html}{\out{</div>}}
}
-\keyword{datasets}
\section{Methods}{
\subsection{Public methods}{
\itemize{
@@ -43,10 +48,24 @@ mds <- mkinds$new("FOCUS A", FOCUS_2006_A)
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-new"></a>}}
\subsection{Method \code{new()}}{
+Create a new mkinds object
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{mkinds$new(title = "", data, time_unit = NA, unit = NA)}\if{html}{\out{</div>}}
}
+\subsection{Arguments}{
+\if{html}{\out{<div class="arguments">}}
+\describe{
+\item{\code{title}}{The dataset title}
+
+\item{\code{data}}{The data}
+
+\item{\code{time_unit}}{The time unit}
+
+\item{\code{unit}}{The unit of the observations}
+}
+\if{html}{\out{</div>}}
+}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-clone"></a>}}

Contact - Imprint