From aa74f5a30853fb0a15c99c283e072f08ee819149 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2020 17:24:53 +0100 Subject: saemix.mmkin and nlme.mmkin inherit from mixed.mmkin With a plot method. The class mixed.mmkin is currently only a virtual class created to unify the plotting method. --- NAMESPACE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index e6cbe2a7..a7aa9eeb 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -16,11 +16,10 @@ S3method(nlme,mmkin) S3method(nobs,mkinfit) S3method(parms,mkinfit) S3method(parms,mmkin) +S3method(plot,mixed.mmkin) S3method(plot,mkinfit) S3method(plot,mmkin) S3method(plot,nafta) -S3method(plot,nlme.mmkin) -S3method(plot,saem.mmkin) S3method(print,mkinds) S3method(print,mkinmod) S3method(print,mmkin) -- cgit v1.2.1