diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-08-23 07:36:58 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-08-23 07:36:58 +0000 |
commit | 6be6c3d60131e8f482394dbbadcf1bfa84f4e721 (patch) | |
tree | 16409b5326f914fe6bc99242208d9f652269b852 /man | |
parent | 1f389a7b1fa4928785a1d309f9a08c6ebf803056 (diff) |
Fixes and improvements of kinobject and kinobjects functions
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@55 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'man')
-rw-r--r-- | man/kinobject.Rd | 1 | ||||
-rw-r--r-- | man/kinobjects.Rd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/man/kinobject.Rd b/man/kinobject.Rd index c5c5f77..c75f17f 100644 --- a/man/kinobject.Rd +++ b/man/kinobject.Rd @@ -16,6 +16,7 @@ Function to initialise an object representing a kinetic experiment or trial. \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.
diff --git a/man/kinobjects.Rd b/man/kinobjects.Rd index cbc46aa..923b219 100644 --- a/man/kinobjects.Rd +++ b/man/kinobjects.Rd @@ -16,6 +16,7 @@ Function to initialise several objects representing a kinetic experiment or tria \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 points. }
+ \item{replicates}{ Optional specification of the number of replicates at each sampling time point. }
}
\value{
A list of lists containing the specified information.
|