-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.27 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
export(calc_perturbation)
export(find_affected_nodes)
export(find_iteration)
export(find_node_perturbation)
export(find_targeting_nodes)
export(priming_graph)
export(simulate)
export(simulate_vis)
export(update_how)
export(update_nodes)
export(update_variables)
export(vis_graph)
import(dplyr)
import(tidygraph)
importFrom(furrr,future_map)
importFrom(furrr,future_map_dfr)
importFrom(future,plan)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggraph,create_layout)
importFrom(ggraph,geom_edge_link)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,ggraph)
importFrom(ggraph,theme_graph)
importFrom(igraph,'E<-')
importFrom(igraph,'V<-')
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,edge)
importFrom(igraph,edges)
importFrom(igraph,gsize)
importFrom(purrr,map_dbl)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,set_names)
importFrom(stats,na.omit)
importFrom(tibble,tibble)
importFrom(tidygraph,as_tibble)
importFrom(tidyr,unnest)
importFrom(utils,head)