-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
65 lines (64 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
export(custom.colorblind)
export(custom.ggplot)
export(custom.lattice)
export(custom_splom)
export(get_repelled_labels)
export(panel.annotate)
export(panel.arrowbox)
export(panel.barplot)
export(panel.beeswarm)
export(panel.directlabels)
export(panel.dumbbell)
export(panel.errbars)
export(panel.geneplot)
export(panel.key)
export(panel.lollipop)
export(panel.piechart)
export(panel.pvalue)
export(panel.quadrants)
export(panel.repellabels)
export(panel.symbols)
export(panel.violinscatter)
export(repel_boxes)
import(colorspace)
import(grid)
import(lattice)
import(latticeExtra)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(colorspace,adjust_transparency)
importFrom(directlabels,apply.method)
importFrom(directlabels,smart.grid)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(grid,convertX)
importFrom(grid,convertY)
importFrom(grid,gpar)
importFrom(grid,grid.lines)
importFrom(grid,grid.polygon)
importFrom(grid,grid.text)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(lattice,panel.rect)
importFrom(lattice,panel.segments)
importFrom(lattice,panel.superpose)
importFrom(lattice,panel.text)
importFrom(lattice,panel.xyplot)
importFrom(lattice,splom)
importFrom(lattice,trellis.par.get)
importFrom(lattice,xyplot)
importFrom(methods,new)
importFrom(stats,ave)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(utils,tail)
useDynLib(latticetools)