summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-08-23 07:39:56 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-08-23 07:39:56 +0000
commitc85e2465513dfaf83b97404d024ab22ffc7a5173 (patch)
tree2cd66a047ac8742fd7c431350171879c6fbcde34
parent6be6c3d60131e8f482394dbbadcf1bfa84f4e721 (diff)
Fix small inconsistency in the documentation
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@56 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
-rw-r--r--man/kinobject.Rd2
-rw-r--r--man/kinobjects.Rd2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/kinobject.Rd b/man/kinobject.Rd
index c75f17f..141c7f2 100644
--- a/man/kinobject.Rd
+++ b/man/kinobject.Rd
@@ -8,7 +8,7 @@ Creates list representing a kinetic experiment or trial
Function to initialise an object representing a kinetic experiment or trial.
}
\usage{
- kinobject(parent, type, system, layers = NA, sampling_times = NA)
+ kinobject(parent, type, system, layers = NA, sampling_times = NA, replicates = 1)
}
\arguments{
\item{parent}{ The name of the parent compound }
diff --git a/man/kinobjects.Rd b/man/kinobjects.Rd
index 923b219..785916f 100644
--- a/man/kinobjects.Rd
+++ b/man/kinobjects.Rd
@@ -8,7 +8,7 @@ Creates list of objects, each representing a kinetic experiment or trial
Function to initialise several objects representing a kinetic experiment or trial at once.
}
\usage{
- kinobjects(parent, type, systems, layers = NA, sampling_times = NA)
+ kinobjects(parent, type, systems, layers = NA, sampling_times = NA, replicates = 1)
}
\arguments{
\item{parent}{ The name of the parent compound }

Contact - Imprint