-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
37 lines (36 loc) · 854 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
# Generated by roxygen2: do not edit by hand
export(aggregate_maximum)
export(aggregate_minimum)
export(all_nodes)
export(clean_mp)
export(compare_mps)
export(compare_sets)
export(extract_sim)
export(get_aggregation_function)
export(get_dwpc)
export(get_neighbor_list)
export(get_neighbors)
export(get_neighbors_type)
export(get_neighbors_with_edge)
export(get_node_list)
export(get_npc)
export(get_pathsim)
export(get_pc)
export(get_similarity)
export(get_similarity_function)
export(map_log)
export(map_neighbors)
export(node_types)
export(search_degrees)
export(search_neighbors)
export(traverse_mp)
import(data.table)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dbl)
importFrom(purrr,pmap_dfr)