diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-19 15:52:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-19 15:52:16 +0200 |
commit | 8e709291eb56839b4b5a8f5bf712a53e3ece7d80 (patch) | |
tree | 96a501ed72106fe891d61445a367bd36ec5f4fcc /NAMESPACE | |
parent | 08cae49345c048fdbb69befc5a3b3f7966836223 (diff) |
Add a print method for mkinmod objects
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Export all names exportPattern(".") +S3method(print, mkinmod) S3method(plot, mkinfit) S3method(summary, mkinfit) S3method(print, summary.mkinfit) |