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 /NEWS.md | |
parent | bfa3596e4ee5be3090b27dcadc20ada6194ddaef (diff) |
Subsetting and plotting for mmkin objects
Including documentation and documentation improvements for mmkin().
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,9 @@ ### 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. +- 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 `plot.mmkin()`: Plots single-row or single-column `mmkin` objects including residual plots. ## CHANGES in mkin VERSION 0.9-38 (2015-06-24) |