summaryrefslogtreecommitdiff
path: root/man/kinobject.Rd
blob: 141c7f2a3444c2d2b6a64240dd0419c7992004d6 (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
\name{kinobject}
\Rdversion{1.1}
\alias{kinobject}
\title{
Creates list representing a kinetic experiment or trial
}
\description{
Function to initialise an object representing a kinetic experiment or trial.
}
\usage{
  kinobject(parent, type, system, layers = NA, sampling_times = NA, replicates = 1)
}
\arguments{
  \item{parent}{ The name of the parent compound }
  \item{type}{ The type of experiment or trial, optionally with an ID }
  \item{system}{ System name. Important if several systems were used, e.g. several soils. }
  \item{layers}{ Optional specification of the layer names in a field trial. }
  \item{sampling_times}{ Optional specification of the sampling time points. }
  \item{replicates}{ Optional specification of the number of replicates at each sampling time point. }
}
\value{
  A list containing the specified information.
}
\author{ Johannes Ranke }
\examples{
ko <- kinobject("Compound XY",
	"Degradation in the environment",
	"System 1")
}
\keyword{ manip }

Contact - Imprint