diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 16:16:34 +0200 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 16:16:34 +0200 |
| commit | 7c8d2186f233439fe235341405511d27a8101990 (patch) | |
| tree | 1eab2567a28be12fe512f727345e7854ad9b2bcf | |
| parent | cc0d7a44cccac46ea1c71cf663aadee0efb2bba7 (diff) | |
Advertise parallel processing in the NEWS file
| -rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ### MAJOR CHANGES -- New function `mmkin()`: This function takes a character vector of model shorthand names, or alternatively a list of mkinmod models, as well as a list of dataset as main arguments. It returns a matrix of mkinfit objects, with a row for each model and a column for each dataset. A subsetting method with single brackets is available. +- New function `mmkin()`: This function takes a character vector of model shorthand names, or alternatively a list of mkinmod models, as well as a list of dataset as main arguments. It returns a matrix of mkinfit objects, with a row for each model and a column for each dataset. A subsetting method with single brackets is available. Fitting the models in parallel using the `parallel` package is supported. - New function `plot.mmkin()`: Plots single-row or single-column `mmkin` objects including residual plots. |
