From 4c69847346a9c254e4e803b6987a63e3fd9c14ae Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 26 Jun 2015 08:50:13 +0200 Subject: Subsetting and plotting for mmkin objects Including documentation and documentation improvements for mmkin(). --- man/mmkin.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/mmkin.Rd') 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}{ -- cgit v1.2.1