-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
109 lines (108 loc) · 3.11 KB
/
Copy pathNAMESPACE
File metadata and controls
109 lines (108 loc) · 3.11 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
S3method(build,graph)
S3method(build,network)
S3method(filter_by_vertex_occurrences,data.frame)
S3method(filter_by_vertex_occurrences,network)
S3method(filter_by_year,data.frame)
S3method(filter_by_year,network)
S3method(filter_infrequent_vertices,data.frame)
S3method(filter_infrequent_vertices,network)
S3method(filter_single_vertices,data.frame)
S3method(filter_single_vertices,network)
S3method(get_average_shortest_path,graph)
S3method(get_centrality,graph)
S3method(get_circle_layout,igraph)
S3method(get_communities,graph)
S3method(get_communities,igraph)
S3method(get_coords,graph)
S3method(get_coords,igraph)
S3method(get_cutpoints,graph)
S3method(get_density,graph)
S3method(get_diameter,graph)
S3method(get_edges_per_vertex,data.frame)
S3method(get_edges_per_vertex,network)
S3method(get_most_central_per_community,graph)
S3method(get_most_central_vertices,graph)
S3method(get_palette,default)
S3method(get_palette,graph)
S3method(get_palette,igraph)
S3method(get_reachability,graph)
S3method(get_transitivity,graph)
S3method(plot,graph)
S3method(plot_top_vertices,graph)
S3method(save_centrality_data,graph)
S3method(save_cutpoint_names,graph)
S3method(save_edges_per_vertex,network)
S3method(save_vertex_attributes,graph)
S3method(set_centrality,graph)
S3method(set_communities,graph)
S3method(set_cutpoints,graph)
S3method(set_edge_color,graph)
S3method(set_edge_color,igraph)
S3method(set_edge_width,graph)
S3method(set_edge_width,igraph)
S3method(set_vertex_attr,graph)
S3method(set_vertex_color,graph)
S3method(set_vertex_color,igraph)
S3method(set_vertex_size,graph)
S3method(set_vertex_size,igraph)
S3method(tidy_names,data.frame)
S3method(tidy_names,network)
S3method(unnest_vertex_column,data.frame)
S3method(unnest_vertex_column,network)
export(Paths)
export(apply_filters)
export(assemble_report)
export(build)
export(check_column)
export(check_delimiter)
export(check_palette_length)
export(check_split_per_year)
export(check_year_range)
export(compute_metrics)
export(filter_by_vertex_occurrences)
export(filter_by_year)
export(filter_infrequent_vertices)
export(filter_single_vertices)
export(format_names)
export(format_summary_stats)
export(get_authors_per_paper)
export(get_average_shortest_path)
export(get_centrality)
export(get_circle_layout)
export(get_communities)
export(get_coords)
export(get_cutpoints)
export(get_density)
export(get_diameter)
export(get_edges_per_vertex)
export(get_most_central_per_community)
export(get_most_central_vertices)
export(get_palette)
export(get_reachability)
export(get_summary_stats)
export(get_transitivity)
export(get_years_from_to)
export(graph)
export(network)
export(plot)
export(plot_legend_only)
export(plot_top_vertices)
export(read_config)
export(save_centrality_data)
export(save_cutpoint_names)
export(save_edges_per_vertex)
export(save_vertex_attributes)
export(set_centrality)
export(set_communities)
export(set_cutpoints)
export(set_edge_color)
export(set_edge_width)
export(set_vertex_attr)
export(set_vertex_color)
export(set_vertex_size)
export(subset_df)
export(tidy_names)
export(unnest_vertex_column)
importFrom(data.table,":=")
importFrom(rlang,.data)