-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 859 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
# Generated by roxygen2: do not edit by hand
export(bottom_up_clustering)
export(community_overlap)
export(dist_nested)
export(edges_per_community)
export(experiment_comparefilters)
export(find_excluded_colors)
export(find_maximal_sets)
export(find_star_communities)
export(generate_benchmark_from_graph)
export(generate_benchmark_random)
export(get_lk_all_topsort)
export(girvan_newman_nestedness)
export(is_2k2_neigh)
export(mean_partition_nestedness)
export(neighborhood_2)
export(nested_direction)
export(nested_edge_comm)
export(nested_node_comm)
export(nested_node_community_graph)
export(nestedness_graph)
export(nestedness_value)
export(partition_dataframe)
export(plot_cluster_steps)
export(stat_prefilter)
import(Rcpp)
import(RcppAlgos)
import(data.table)
import(foreach)
import(igraph)
import(logger)
useDynLib(nested.comms, .registration = TRUE)