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 /NAMESPACE | |
parent | bfa3596e4ee5be3090b27dcadc20ada6194ddaef (diff) |
Subsetting and plotting for mmkin objects
Including documentation and documentation improvements for mmkin().
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ exportPattern(".") S3method(plot, mkinfit) S3method(summary, mkinfit) S3method(print, summary.mkinfit) +S3method(plot, mmkin) +S3method("[", mmkin) # Import packages listed as Imports or Depends import( |