-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
154 lines (153 loc) · 4.04 KB
/
NAMESPACE
File metadata and controls
154 lines (153 loc) · 4.04 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Generated by roxygen2: do not edit by hand
S3method(plot,ag_conv)
S3method(plot,ag_gof)
S3method(plot,changepoints.goldfish)
S3method(plot,diff_model)
S3method(plot,diffs_model)
S3method(plot,ergm)
S3method(plot,gof.ergm)
S3method(plot,gof.stats.monan)
S3method(plot,influenceTable)
S3method(plot,learn_model)
S3method(plot,matrix)
S3method(plot,mnet)
S3method(plot,netlm)
S3method(plot,netlogit)
S3method(plot,network_measures)
S3method(plot,network_motif)
S3method(plot,network_test)
S3method(plot,node_measure)
S3method(plot,node_member)
S3method(plot,node_motif)
S3method(plot,outliers.goldfish)
S3method(plot,selectionTable)
S3method(plot,sienaGOF)
S3method(plot,tie_measure)
S3method(plot,traces.monan)
S3method(print,grapht)
export("%>%")
export(aes)
export(ag_base)
export(ag_divergent)
export(ag_font)
export(ag_highlight)
export(ag_negative)
export(ag_positive)
export(ag_qualitative)
export(ag_sequential)
export(element_blank)
export(element_text)
export(geom_point)
export(geom_smooth)
export(ggplot)
export(ggsave)
export(ggtitle)
export(graphr)
export(graphs)
export(grapht)
export(guides)
export(is_dark)
export(labs)
export(layout_alluvial)
export(layout_concentric)
export(layout_configuration)
export(layout_dyad)
export(layout_hexad)
export(layout_hierarchy)
export(layout_ladder)
export(layout_lineage)
export(layout_multilevel)
export(layout_pentad)
export(layout_railway)
export(layout_tbl_graph_alluvial)
export(layout_tbl_graph_concentric)
export(layout_tbl_graph_configuration)
export(layout_tbl_graph_dyad)
export(layout_tbl_graph_hexad)
export(layout_tbl_graph_hierarchy)
export(layout_tbl_graph_ladder)
export(layout_tbl_graph_layered)
export(layout_tbl_graph_lineage)
export(layout_tbl_graph_matching)
export(layout_tbl_graph_multilevel)
export(layout_tbl_graph_pentad)
export(layout_tbl_graph_railway)
export(layout_tbl_graph_tetrad)
export(layout_tbl_graph_triad)
export(layout_tbl_graph_valence)
export(layout_tetrad)
export(layout_triad)
export(layout_valence)
export(match_color)
export(scale_colour_hue)
export(scale_size)
export(scale_x_continuous)
export(set_stocnet_theme)
export(stocnet_theme)
export(theme)
export(theme_grey)
export(unit)
export(xlab)
export(ylab)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggdendro,ggdendrogram)
importFrom(ggplot2,aes)
importFrom(ggplot2,arrow)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_colour_hue)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggraph,create_layout)
importFrom(ggraph,geom_conn_bundle)
importFrom(ggraph,geom_edge_link)
importFrom(ggraph,geom_node_label)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,get_con)
importFrom(ggraph,scale_edge_width_continuous)
importFrom(grDevices,colorRampPalette)
importFrom(igraph,as_data_frame)
importFrom(igraph,degree)
importFrom(igraph,get.edgelist)
importFrom(igraph,gsize)
importFrom(igraph,vcount)
importFrom(manynet,is_twomode)
importFrom(manynet,snet_info)
importFrom(manynet,snet_success)
importFrom(manynet,snet_warn)
importFrom(patchwork,plot_layout)
importFrom(stats,cutree)
importFrom(stats,setNames)
importFrom(tidygraph,activate)