-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(default_edge_color_aes)
export(default_edge_continuity_aes)
export(default_edge_curve_aes)
export(default_edge_width_aes)
export(default_graph_aesthetic)
export(default_selNnSel_vertex_aes)
export(default_vertex_aes)
export(extract_prefix)
export(graph_structure_construction)
export(grid_graph_automatic_construction)
export(layout_in_semicircle)
export(node_vector_from_dataframe_unit)
export(nodes_permutation_somatotopy)
export(prefix_vector)
export(separate_data)
export(sequence_order_nodes_according_somatotpy)
export(substract_prefix)
export(substract_prefix_from_all_column)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_ids)
importFrom(igraph,degree)
importFrom(igraph,ecount)
importFrom(igraph,graph)
importFrom(igraph,permute)
importFrom(igraph,set.edge.attribute)
importFrom(igraph,vcount)
importFrom(stringr,str_length)
importFrom(stringr,str_split)