-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
115 lines (114 loc) · 2.67 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
export(arrow_1d_graphics)
export(arrow_1d_grid)
export(arrow_1d_loon)
export(arrow_2d_graphics)
export(arrow_2d_grid)
export(arrow_2d_loon)
export(as_numeric)
export(axes_2d_graphics)
export(axes_2d_grid)
export(axes_2d_loon)
export(boxplot_1d_graphics)
export(boxplot_1d_grid)
export(boxplot_1d_loon)
export(burst)
export(burst_aux)
export(check_zargs)
export(connect_pairs)
export(convert_occupancy)
export(density_1d_graphics)
export(density_1d_grid)
export(density_1d_loon)
export(density_2d_graphics)
export(density_2d_grid)
export(density_2d_loon)
export(extract_1d)
export(extract_2d)
export(extract_pairs)
export(graph_pairs)
export(groupData)
export(group_2d_graphics)
export(group_2d_grid)
export(group_2d_loon)
export(hist_1d_graphics)
export(hist_1d_grid)
export(hist_1d_loon)
export(indexData)
export(is.standard)
export(jitter_1d_graphics)
export(jitter_1d_grid)
export(jitter_1d_loon)
export(l_ispace_config)
export(label_1d_graphics)
export(label_1d_grid)
export(label_1d_loon)
export(label_2d_graphics)
export(label_2d_grid)
export(label_2d_loon)
export(lines_1d_graphics)
export(lines_1d_grid)
export(lines_1d_loon)
export(n2dcols_aux)
export(na_omit_loon)
export(num_cols)
export(plot_exists)
export(plot_indices)
export(plot_region)
export(points_1d_graphics)
export(points_1d_grid)
export(points_1d_loon)
export(points_2d_graphics)
export(points_2d_grid)
export(points_2d_loon)
export(qq_2d_graphics)
export(qq_2d_grid)
export(rect_1d_graphics)
export(rect_1d_grid)
export(rect_1d_loon)
export(rect_2d_graphics)
export(rect_2d_grid)
export(rect_2d_loon)
export(rug_1d_graphics)
export(rug_1d_grid)
export(turn_checker)
export(unfold)
export(vport)
export(zenarrow)
export(zenpath)
export(zenplot)
import(PairViz)
import(graphics)
import(grid)
importFrom(MASS,kde2d)
importFrom(PairViz,bipartite_graph)
importFrom(PairViz,eseq)
importFrom(PairViz,eulerian)
importFrom(PairViz,hpaths)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,contourLines)
importFrom(grDevices,hcl)
importFrom(grDevices,xy.coords)
importFrom(graph,ftM2graphNEL)
importFrom(methods,existsFunction)
importFrom(methods,hasArg)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tcltk,"tktitle<-")
importFrom(tcltk,tkconfigure)
importFrom(tcltk,tkframe)
importFrom(tcltk,tkgrid)
importFrom(tcltk,tkgrid.columnconfigure)
importFrom(tcltk,tkgrid.rowconfigure)
importFrom(tcltk,tkpack)
importFrom(tcltk,tktoplevel)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(zenplots, .registration=TRUE)