aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-22 20:51:13 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-22 20:51:13 +0100
commitdd6c4a8f895fd470345e7ae773299daaa4de7aef (patch)
tree03ee92fe3280f126ba7a2a21af2fec190458ccb9 /NAMESPACE
parentf12b9bcc5bded392eee51810fac5f94c2ae7d9c2 (diff)
Implement the NAFTA evaluation scheme
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE16
1 files changed, 12 insertions, 4 deletions
diff --git a/NAMESPACE b/NAMESPACE
index fc812f46..6ca41a43 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,26 +1,34 @@
-# Export all names
+# Export all names except for those starting with a dot
exportPattern("^[^\\.]")
-S3method(print, mkinds)
+
S3method(print, mkinmod)
+S3method(print, mkinds)
+S3method(print, nafta)
+
S3method(plot, mkinfit)
+S3method(plot, mmkin)
+S3method(plot, nafta)
+
S3method(summary, mkinfit)
S3method(print, summary.mkinfit)
+
S3method(logLik, mkinfit)
-S3method(plot, mmkin)
S3method("[", mmkin)
S3method(AIC, mmkin)
+
S3method(mkinpredict, mkinmod)
S3method(mkinpredict, mkinfit)
import(
stats,
- graphics,
+ graphics,
FME,
minpack.lm,
rootSolve,
inline,
parallel
)
+
importFrom(deSolve, ode)
importFrom(methods, signature)
importFrom(R6, R6Class)

Contact - Imprint