-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.38 KB
/
NAMESPACE
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
export(.corefit)
export(.dfsun)
export(.hist)
export(.make.veff)
export(.plotSub)
export(.plotSubEnd)
export(dfexample)
export(dffit)
export(dfmockdata)
export(dfmodel)
export(dfplot)
export(dfplot2)
export(dfplotcov)
export(dfplotveff)
export(dfplotveff2)
export(dfswmodel)
export(dfwrite)
export(mfplot)
importFrom(akima,interp)
importFrom(ellipse,ellipse)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,clip)
importFrom(graphics,contour)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(magicaxis,magaxis)
importFrom(magicaxis,magplot)
importFrom(mvtnorm,rmvnorm)
importFrom(pracma,circshift)
importFrom(pracma,erf)
importFrom(pracma,grad)
importFrom(pracma,jacobian)
importFrom(pracma,simpson2d)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,cov)
importFrom(stats,integrate)
importFrom(stats,optim)
importFrom(stats,qpois)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,splinefun)
importFrom(stats,uniroot)
importFrom(stats,var)