summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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