aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
blob: fc812f469e9bab0a28e13f06865b9fdb1f214cc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Export all names
exportPattern("^[^\\.]")
S3method(print, mkinds)
S3method(print, mkinmod)
S3method(plot, mkinfit)
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,  
  FME,
  minpack.lm,
  rootSolve,
  inline,
  parallel
)
importFrom(deSolve, ode)
importFrom(methods, signature)
importFrom(R6, R6Class)
importFrom(grDevices, dev.cur)
importFrom(plyr, join)
importFrom(utils, write.table)

Contact - Imprint