aboutsummaryrefslogtreecommitdiff
path: root/man/mkinds.Rd
blob: 79eb0167bea60bf3c22b74cd5e293c5a623d0a18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
% 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
}
\section{Fields}{


\describe{ \item{list("title")}{A full title for the dataset}

\item{list("sampling")}{times The sampling times}

\item{list("time_unit")}{The time unit}

\item{list("observed")}{Names of the observed compounds}

\item{list("unit")}{The unit of the observations}

\item{list("replicates")}{The number of replicates}

\item{list("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)

}
\keyword{datasets}
\section{Methods}{
\subsection{Public methods}{
\itemize{
\item \href{#method-new}{\code{mkinds$new()}}
\item \href{#method-clone}{\code{mkinds$clone()}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-new"></a>}}
\subsection{Method \code{new()}}{
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{mkinds$new(title = "", data, time_unit = NA, unit = NA)}\if{html}{\out{</div>}}
}

}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-clone"></a>}}
\subsection{Method \code{clone()}}{
The objects of this class are cloneable with this method.
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{mkinds$clone(deep = FALSE)}\if{html}{\out{</div>}}
}

\subsection{Arguments}{
\if{html}{\out{<div class="arguments">}}
\describe{
\item{\code{deep}}{Whether to make a deep clone.}
}
\if{html}{\out{</div>}}
}
}
}

Contact - Imprint