From 4c69847346a9c254e4e803b6987a63e3fd9c14ae Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 26 Jun 2015 08:50:13 +0200 Subject: Subsetting and plotting for mmkin objects Including documentation and documentation improvements for mmkin(). --- NAMESPACE | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index ce6dc5b4..abbbc658 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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( -- cgit v1.2.1