-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.22 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
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
# Generated by roxygen2: do not edit by hand
S3method(coef,agraph_fit)
S3method(fitted,agraph_fit)
S3method(no_admixture_events,agraph)
S3method(no_admixture_events,agraph_fit)
S3method(no_admixture_events,agraph_fit_list)
S3method(no_poor_fits,agraph_fit)
S3method(no_poor_fits,agraph_fit_list)
S3method(plot,agraph)
S3method(plot,agraph_fit)
S3method(plot,f4stats)
S3method(poor_fits,agraph_fit)
S3method(poor_fits,agraph_fit_list)
S3method(print,agraph_fit)
S3method(residuals,agraph_fit)
S3method(split_population,agraph_fit)
S3method(split_population,data.frame)
S3method(sum_of_squared_errors,agraph_fit)
S3method(sum_of_squared_errors,agraph_fit_list)
S3method(summary,agraph_fit)
export(add_a_leaf)
export(add_an_admixture)
export(add_an_admixture2)
export(add_graph_f4)
export(add_graph_f4_sign)
export(admix_props)
export(admixture_edge)
export(admixture_proportions)
export(agraph)
export(all_graphs)
export(all_path_overlaps)
export(all_paths)
export(burn_in)
export(calculate_concentration)
export(canonise_graph)
export(edge)
export(eight_leaves_trees)
export(evaluate_f4)
export(export_to_qpGraph)
export(extract_graph_parameters)
export(extract_trees)
export(f2)
export(f3)
export(f4)
export(f4stats)
export(fast_fit)
export(fast_plot)
export(filter_on_leaves)
export(fit_graph)
export(fit_graph_list)
export(fit_permutations_and_graphs)
export(five_leaves_graphs)
export(four_leaves_graphs)
export(get_graph_f4_sign)
export(graph_environment)
export(graph_to_vector)
export(is_descendant_of)
export(is_negative)
export(is_positive)
export(is_unknown)
export(is_zero)
export(log_likelihood)
export(log_sum_of_logs)
export(make_an_outgroup)
export(make_mcmc_model)
export(make_permutations)
export(model_bayes_factor_n)
export(model_likelihood)
export(model_likelihood_n)
export(no_admixture_events)
export(no_poor_fits)
export(overlaps_sign)
export(parent_edges)
export(path_overlap)
export(plot_fit_1)
export(plot_fit_2)
export(poor_fits)
export(project_to_population)
export(remove_duplicates)
export(rename_nodes)
export(run_metropolis_hasting)
export(seven_leaves_graphs)
export(seven_leaves_trees)
export(sf2)
export(sf3)
export(sf4)
export(six_leaves_graphs)
export(split_population)
export(sum_of_squared_errors)
export(thinning)
export(vector_to_graph)