-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
executable file
·40 lines (39 loc) · 996 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
# Generated by roxygen2: do not edit by hand
export(V)
export(betweenness)
export(cent_network.vis)
export(clusterRank)
export(collective.influence)
export(comp_manipulate)
export(cond.prob.analysis)
export(degree)
export(diff_data.assembly)
export(double.cent.assess)
export(double.cent.assess.noRegression)
export(exir)
export(exir.vis)
export(fcor)
export(graph_from_adjacency_matrix)
export(graph_from_data_frame)
export(graph_from_incidence_matrix)
export(h_index)
export(hubness.score)
export(ivi)
export(ivi.from.indices)
export(lh_index)
export(neighborhood.connectivity)
export(runShinyApp)
export(sif2igraph)
export(sirir)
export(spreading.score)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(igraph,V)
importFrom(igraph,as_ids)
importFrom(igraph,degree)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,graph_from_incidence_matrix)
importFrom(igraph,sir)
importFrom(igraph,vcount)
importFrom(utils,tail)