-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
189 lines (188 loc) · 5.24 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# Generated by roxygen2: do not edit by hand
S3method(plot,MDSmap)
S3method(plot,assistnet)
S3method(plot,corranalysis)
S3method(plot,fourfactors)
S3method(plot,hclustering)
S3method(plot,inequality)
S3method(plot,kclustering)
S3method(plot,shotperformance)
S3method(plot,simplereg)
S3method(plot,variability)
export(MDSmap)
export(PbPmanipulation)
export(TOPboxes)
export(assistnet)
export(barline)
export(bubbleplot)
export(corranalysis)
export(densityplot)
export(drawNBAcourt)
export(expectedpts)
export(fourfactors)
export(hclustering)
export(inequality)
export(is.MDSmap)
export(is.assistnet)
export(is.corranalysis)
export(is.fourfactors)
export(is.hclustering)
export(is.inequality)
export(is.kclustering)
export(is.shotperformance)
export(is.simplereg)
export(is.variability)
export(kclustering)
export(radialprofile)
export(scatterplot)
export(scoredifference)
export(scoringprob)
export(scoringprobability)
export(shotchart)
export(shotclock)
export(shotperformance)
export(simplereg)
export(variability)
importFrom(GGally,ggnet2)
importFrom(GGally,ggpairs)
importFrom(MASS,isoMDS)
importFrom(PBSmapping,as.PolySet)
importFrom(PBSmapping,calcCentroid)
importFrom(corrplot,colorlegend)
importFrom(corrplot,cor.mtest)
importFrom(corrplot,corrMatOrder)
importFrom(corrplot,corrRect.hclust)
importFrom(data.table,`:=`)
importFrom(dendextend,circlize_dendrogram)
importFrom(dendextend,plot_horiz.dendrogram)
importFrom(dendextend,rect.dendrogram)
importFrom(dendextend,set)
importFrom(directlabels,geom_dl)
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,is.tbl)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(ggnetwork,geom_edges)
importFrom(ggnetwork,geom_nodes)
importFrom(ggnetwork,geom_nodetext_repel)
importFrom(ggnetwork,ggnetwork)
importFrom(ggnetwork,theme_blank)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,annotate)
importFrom(ggplot2,arrow)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,is.ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_alpha)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size_area)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,stat_density_2d)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(ggplotify,as.ggplot)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl)
importFrom(grDevices,rainbow)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strwidth)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(gridExtra,grid.arrange)
importFrom(gtools,permutations)
importFrom(magrittr,"%>%")
importFrom(mathjaxr,preview_rd)
importFrom(network,"%e%")
importFrom(network,network)
importFrom(network,set.edge.attribute)
importFrom(network,set.vertex.attribute)
importFrom(operators,"%!~%")
importFrom(operators,"%~%")
importFrom(plyr,".")
importFrom(readr,parse_number)
importFrom(sp,point.in.polygon)
importFrom(statnet.common,order)
importFrom(stats,as.dendrogram)
importFrom(stats,cmdscale)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,ksmooth)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,loess.control)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_sub)
importFrom(tidyr,replace_na)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)