diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 08:50:13 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 10:43:55 +0200 |
commit | 4c69847346a9c254e4e803b6987a63e3fd9c14ae (patch) | |
tree | 9e8d492f4f7d470f6feeaf787cc404dad366fadd /man/mmkin.Rd | |
parent | bfa3596e4ee5be3090b27dcadc20ada6194ddaef (diff) |
Subsetting and plotting for mmkin objects
Including documentation and documentation improvements for mmkin().
Diffstat (limited to 'man/mmkin.Rd')
-rw-r--r-- | man/mmkin.Rd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mmkin.Rd b/man/mmkin.Rd index 0b35738a..4859d658 100644 --- a/man/mmkin.Rd +++ b/man/mmkin.Rd @@ -4,8 +4,8 @@ Fit one or more kinetic models with one or more state variables to one or more datasets } \description{ - This code calls \code{\link{mkinfit}} on each combination of model and dataset - given in its first two arguments. + This function calls \code{\link{mkinfit}} on all combinations of models and datasets + specified in its first two arguments. } \usage{ mmkin(models, datasets, @@ -26,7 +26,7 @@ mmkin(models, datasets, used when the \code{cluster} argument is \code{NULL}. } \item{cluster}{ - A cluster as returned by \code{link{makeCluster}} to be used for parallel + A cluster as returned by \code{\link{makeCluster}} to be used for parallel execution. } \item{\dots}{ |