-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
86 lines (85 loc) · 2.08 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
# 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(DB_weightedIdx)
export(anchor.filter)
export(bubbleRadviz)
export(cosine)
export(do.L)
export(do.density)
export(do.hex)
export(do.optim)
export(do.optimFreeviz)
export(do.optimGraphviz)
export(do.optimRadviz)
export(do.radviz)
export(get.optim)
export(hexplot)
export(in.da)
export(is.radviz)
export(is.valid)
export(make.S)
export(recenter)
export(rescalePlot)
export(rv.da)
export(smoothRadviz)
export(springs)
export(theme_radviz)
export(tuneForceRatio)
import(hexbin)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,.data)
importFrom(dplyr,`%>%`)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise_at)
importFrom(dplyr,sym)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,GeomLabel)
importFrom(ggplot2,`%+%`)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_density2d)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_radius)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,stat_density2d)
importFrom(ggplot2,stat_summary_hex)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(igraph,E)
importFrom(igraph,degree)
importFrom(igraph,ends)
importFrom(igraph,get.edge.attribute)
importFrom(rlang,`:=`)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,reorder)
importFrom(stats,t.test)
importFrom(utils,head)
importFrom(utils,install.packages)
useDynLib(Radviz)