-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
71 lines (70 loc) · 1.58 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
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
export(bib)
export(dfplot)
export(dfplot2)
export(errorbar)
export(list2ascii)
export(lmdf)
export(mf_skewness)
export(name)
export(packr)
export(plotblank)
export(plotcolorbar)
export(plotcolors)
export(plothist)
export(plotlm)
export(plotlty)
export(plotpairs)
export(plotpairs2)
export(plotpch)
export(plotpkg)
export(plottype)
export(readdir)
export(rpkg)
export(se)
export(tapply2)
export(tapplydf)
export(tapplydfv)
export(writefile)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,gray)
importFrom(grDevices,hcl)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(grDevices,rgb2hsv)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,pairs)
importFrom(graphics,panel.smooth)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,rug)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(stats,IQR)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,fivenum)
importFrom(stats,lm)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(utils,citation)
importFrom(utils,installed.packages)
importFrom(utils,read.table)
importFrom(utils,toBibtex)
importFrom(utils,unzip)
importFrom(utils,write.csv)