diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,9 +2,11 @@ S3method("[",mmkin) S3method(AIC,mmkin) +S3method(confint,mkinfit) S3method(logLik,mkinfit) S3method(mkinpredict,mkinfit) S3method(mkinpredict,mkinmod) +S3method(parms,mkinfit) S3method(plot,mkinfit) S3method(plot,mmkin) S3method(plot,nafta) @@ -45,6 +47,7 @@ export(mkinresplot) export(mkinsub) export(mmkin) export(nafta) +export(parms) export(plot_err) export(plot_res) export(plot_sep) |