diff options
Diffstat (limited to 'man/mmkin.Rd')
-rw-r--r-- | man/mmkin.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/mmkin.Rd b/man/mmkin.Rd index 4bf07370..99895400 100644 --- a/man/mmkin.Rd +++ b/man/mmkin.Rd @@ -32,8 +32,9 @@ for parallel execution.} \item{\dots}{Further arguments that will be passed to \code{\link{mkinfit}}.} } \value{ -A matrix of \code{\link{mkinfit}} objects that can be indexed using - the model and dataset names as row and column indices. +A two-dimensional \code{\link{array}} of \code{\link{mkinfit}} + objects that can be indexed using the model names for the first index (row index) + and the dataset names for the second index (column index). } \description{ This function calls \code{\link{mkinfit}} on all combinations of models and |