From c85e2465513dfaf83b97404d024ab22ffc7a5173 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 23 Aug 2012 07:39:56 +0000 Subject: 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 --- man/kinobject.Rd | 2 +- man/kinobjects.Rd | 2 +- 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 } -- cgit v1.2.1