% 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{
}} \if{html}{\out{}} \subsection{Method \code{new()}}{ \subsection{Usage}{ \if{html}{\out{
}}\preformatted{mkinds$new(title = "", data, time_unit = NA, unit = NA)}\if{html}{\out{
}} } } \if{html}{\out{
}} \if{html}{\out{}} \subsection{Method \code{clone()}}{ The objects of this class are cloneable with this method. \subsection{Usage}{ \if{html}{\out{
}}\preformatted{mkinds$clone(deep = FALSE)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{deep}}{Whether to make a deep clone.} } \if{html}{\out{
}} } } }