-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
52 lines (51 loc) · 1.33 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
52
# Generated by roxygen2: do not edit by hand
export(count_events)
export(count_gl)
export(effective_rate)
export(get_sampled_networks)
export(get_summary_networks)
export(index_at_ages_samples)
export(index_at_ages_summary)
export(match_modules)
export(modules_across_ages)
export(modules_from_samples)
export(modules_from_summary_networks)
export(mycomputeModules)
export(plot_ancestral_networks)
export(plot_ancestral_states)
export(plot_extant_matrix)
export(plot_index_at_ages)
export(plot_matrix_phylo)
export(plot_network_at_age)
export(posterior_at_ages)
export(posterior_at_nodes)
export(rate_gl)
export(read_history)
export(read_tree_from_revbayes)
export(support_for_modules)
import(data.table)
importFrom(bipartite,empty)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(ggtree,"%<+%")
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,slot)
importFrom(patchwork,wrap_plots)
importFrom(rlang,.data)
importFrom(stats,reorder)
importFrom(tidyr,complete)