From 6464d3999338d34c081f360694dbc0bc0abf68cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2020 14:23:16 +0100 Subject: Add plot method for saem.mmkin objects --- NAMESPACE | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index ed1a46de..29462082 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -20,6 +20,7 @@ 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) @@ -98,6 +99,7 @@ importFrom(parallel,mclapply) importFrom(parallel,parLapply) importFrom(pkgbuild,has_compiler) importFrom(purrr,map_dfr) +importFrom(saemix,psi) importFrom(stats,AIC) importFrom(stats,BIC) importFrom(stats,aggregate) -- cgit v1.2.1