aboutsummaryrefslogtreecommitdiff
path: root/man/mkinds.Rd
blob: 0ea562ed0c5ae302426f3959148ea44442bd8668 (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
% 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.}
\usage{
mkinds
}
\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}

Contact - Imprint