forked from yannabraham/Radviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1021 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(contour,radviz)
S3method(dim,radviz)
S3method(head,radviz)
S3method(identify,radviz)
S3method(plot,radviz)
S3method(print,radviz)
S3method(subset,radviz)
S3method(summary,radviz)
S3method(text,radviz)
export(bubbleRadviz)
export(cosine)
export(do.L)
export(do.density)
export(do.hex)
export(do.optim)
export(do.radviz)
export(get.optim)
export(hexplot)
export(in.da)
export(is.radviz)
export(make.S)
export(recenter)
export(rv.da)
export(smoothRadviz)
importFrom(grDevices,Hershey)
importFrom(grDevices,as.graphicsAnnot)
importFrom(grDevices,blues9)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,contour)
importFrom(graphics,identify)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(hexbin,hexTapply)
importFrom(hexbin,hexbin)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,head)