-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·49 lines (48 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
S3method(L1cent,igraph)
S3method(L1cent,matrix)
S3method(L1centEDGE,igraph)
S3method(L1centEDGE,matrix)
S3method(L1centGROUP,igraph)
S3method(L1centGROUP,matrix)
S3method(L1centLOC,igraph)
S3method(L1centLOC,matrix)
S3method(L1centMDS,igraph)
S3method(L1centMDS,matrix)
S3method(L1centNB,igraph)
S3method(L1centNB,matrix)
S3method(group_reduce,igraph)
S3method(group_reduce,matrix)
S3method(plot,L1centMDS)
S3method(print,L1cent)
S3method(print,L1centEDGE)
S3method(print,L1centGROUP)
S3method(print,L1centLOC)
S3method(print,L1centMDS)
S3method(print,L1centNB)
S3method(print,summaryL1centrality)
S3method(summary,L1cent)
S3method(summary,L1centEDGE)
S3method(summary,L1centLOC)
S3method(summary,L1centNB)
export(Gini)
export(L1cent)
export(L1centEDGE)
export(L1centGROUP)
export(L1centLOC)
export(L1centMDS)
export(L1centNB)
export(Lorenz_plot)
export(group_reduce)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,lines)
importFrom(graphics,text)
importFrom(igraph,distances)
importFrom(stats,aggregate)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(utils,flush.console)
importFrom(withr,local_par)
useDynLib(L1centrality, .registration = TRUE)