summaryrefslogtreecommitdiff
path: root/man/kinobjects.Rd
blob: 7c960f312b2b7ede9d83c24a6b829ba4af5d614e (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
\name{kinobjects}
\Rdversion{1.1}
\alias{kinobjects}
\title{
Creates list of objects, each representing a kinetic experiment or trial
}
\description{
Function to initialise several objects representing a kinetic experiment or trial at once.
}
\usage{
  kinobjects(parent, type, systems, layers = NA, sampling_times = NA)
}
\arguments{
  \item{parent}{ The name of the parent compound }
  \item{type}{ The type of experiment or trial, optionally with an ID }
  \item{systems}{ An array of the system names }
  \item{layers}{ Optional specification of the layer names in a field trial. }
  \item{sampling_times}{ Optional specification of the sampling time pionts. }
}
\value{
  A list of lists containing the specified information.
}
\author{ Johannes Ranke }
\examples{
ko <- kinobjects("Compound XY",
	"Degradation in the environment",
	c("System 1", "System 2", "System 3"))
}
\keyword{ manip }

Contact - Imprint