-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
71 lines (70 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
export(adj_to_matrix)
export(bfs_ugraph)
export(bonacich_norm)
export(clique_table)
export(co_ocurrence)
export(components_id)
export(compound_relation)
export(count_geodesics)
export(cumulativeSumMatrices)
export(dist_geographic)
export(dist_sim_matrix)
export(dyad_triad_table)
export(dyadic_census)
export(eb_constraint)
export(edgelist_to_matrix)
export(ego_net)
export(ei_index)
export(expand_matrix)
export(extract_component)
export(fractional_approach)
export(gen_degree)
export(gen_density)
export(heterogeneity)
export(hypergraph)
export(ind_rand_matrix)
export(jaccard)
export(k_core)
export(kp_reciprocity)
export(matrix_adjlist)
export(matrix_projection)
export(matrix_report)
export(matrix_to_edgelist)
export(meta_matrix)
export(minmax_overlap)
export(mix_matrix)
export(mixed_census)
export(multilevel_degree)
export(multiplex_census)
export(percolation_clique)
export(perm_label)
export(perm_matrix)
export(posneg_index)
export(power_function)
export(q_analysis)
export(recip_coef)
export(redundancy)
export(shared_partners)
export(short_path)
export(simplicial_complexes)
export(spatial_cor)
export(struc_balance)
export(structural_na)
export(trans_coef)
export(trans_matrix)
export(triad_uman)
export(wall_distances)
export(wlocal_distances)
export(z_arctest)
export(zone_sample)
import(igraph)
import(utils)
importFrom(Matrix,Matrix)
importFrom(Matrix,diag)
importFrom(Matrix,t)
importFrom(stats,aggregate)
importFrom(stats,pnorm)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(stats,var)