forked from adw96/breakaway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export(betta)
export(betta_pic)
export(betta_points)
export(betta_random)
export(breakaway)
export(breakaway_nof1)
export(build_frequency_count_tables)
export(chao1)
export(chao1_bc)
export(chao_bunge)
export(chao_shen)
export(estimate_alpha_better)
export(frequency_count_or_proportion_or_column)
export(gini)
export(good_turing)
export(hill)
export(hill_better)
export(hill_pic)
export(inverse_simpson)
export(inverse_simpson_better)
export(make_frequency_count_table)
export(objective_bayes_geometric)
export(objective_bayes_mixedgeo)
export(objective_bayes_negbin)
export(objective_bayes_poisson)
export(plot_alpha)
export(proportions_instead)
export(resample_estimate)
export(richness_clean)
export(rnbinomtable)
export(rztnbinomtable)
export(sample_size_estimate)
export(sample_size_figure)
export(shannon)
export(shannon_better)
export(simpson)
export(simpson_better)
export(subsample_otu)
export(test_alpha)
export(to_proportions)
export(wlrm_transformed)
export(wlrm_untransformed)
import(phyloseq)
import(reshape2)
import(stats)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,ylab)
importFrom(mvtnorm,rmvnorm)
importFrom(stats,acf)