From 2ded0424ba1a2ad6d6e265dd785b9c5f54d53319 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 19 Oct 2015 16:10:34 +0200 Subject: Add the R6 class mkinds --- man/mkinds.Rd | 34 ++++++++++++++++++++++++++++++++++ man/print.mkinds.Rd | 19 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 man/mkinds.Rd create mode 100644 man/print.mkinds.Rd (limited to 'man') diff --git a/man/mkinds.Rd b/man/mkinds.Rd new file mode 100644 index 00000000..239ab328 --- /dev/null +++ b/man/mkinds.Rd @@ -0,0 +1,34 @@ +\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{\code{title}}{A full title for the dataset} + +\item{\code{sampling}}{times The sampling times} + +\item{\code{time_unit}}{The time unit} + +\item{\code{observed}}{Names of the observed compounds} + +\item{\code{unit}}{The unit of the observations} + +\item{\code{replicates}}{The number of replicates} + +\item{\code{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} + diff --git a/man/print.mkinds.Rd b/man/print.mkinds.Rd new file mode 100644 index 00000000..e7acf30d --- /dev/null +++ b/man/print.mkinds.Rd @@ -0,0 +1,19 @@ +\name{print.mkinds} +\alias{print.mkinds} +\title{ + Print mkinds objects +} +\description{ + Print mkinds objects. +} +\usage{ +\method{print}{mkinds}(x, ...) +} +\arguments{ + \item{x}{ + An \code{\link{mkinds}} object. + } + \item{\dots}{ + Not used. + } +} -- cgit v1.2.1