-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
S3method(ggplot,barplot)
S3method(ggplot,dd)
S3method(ggplot,ddplot)
S3method(ggplot,histogram)
S3method(ggplot,parcoords)
S3method(ggplot,scatmat)
S3method(ggplot,timeseries)
S3method(plot,dd)
S3method(plot,ddplot)
S3method(print,dd)
export(addbrush)
export(axesGrob)
export(axesViewport)
export(dd_example)
export(dd_load)
export(geom_axis)
export(range01)
export(removehiddens)
export(zeeThemAll)
import(ggplot2)
importFrom(grDevices,rgb)
importFrom(grid,circleGrob)
importFrom(grid,dataViewport)
importFrom(grid,frameGrob)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,linesGrob)
importFrom(grid,packGrob)
importFrom(grid,placeGrob)
importFrom(grid,pointsGrob)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,rectGrob)
importFrom(grid,segmentsGrob)
importFrom(grid,textGrob)
importFrom(grid,viewport)
importFrom(grid,vpPath)
importFrom(plyr,ddply)
importFrom(plyr,ldply)
importFrom(reshape2,dcast)
importFrom(scales,expand_range)
importFrom(utils,example)
importFrom(utils,str)