-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(boot_trees)
export(build_all_links)
export(build_consensus_links)
export(build_consensus_tree)
export(build_tree)
export(check_lineages)
export(check_loops)
export(dist_gamma1)
export(dist_gamma2)
export(dist_gamma_mixed)
export(dist_lnorm1)
export(dist_lnorm2)
export(dist_lnorm_mixed)
export(dist_weibull1)
export(dist_weibull2)
export(dist_weibull_mixed)
export(fit_sims_pi)
export(get_chain_membership)
export(get_chain_persistence)
export(get_chain_stats)
export(get_graph)
export(list_funs)
export(si_fun_lnorm)
export(si_gamma1)
export(si_gamma2)
export(si_lnorm1)
export(si_lnorm2)
export(si_weibull1)
export(si_weibull2)
export(sim_generations)
export(sim_times_pi)
import(data.table)
importFrom(Rfast,rowMins)
importFrom(doRNG,"%dorng%")
importFrom(foreach,foreach)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,components)
importFrom(igraph,count_multiple)
importFrom(igraph,girth)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,subgraph.edges)
importFrom(igraph,vertex_attr)
importFrom(matrixStats,rowCumsums)