-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
42 lines (41 loc) · 1017 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,diversityEstimates)
S3method(print,diversityEstimates)
export(MCmat)
export(bc_fast)
export(bray_curtis_true)
export(divnet)
export(euc_fast)
export(euclidean_true)
export(fit_aitchison)
export(make_w)
export(pick_base)
export(shannon_true)
export(simplifyBeta)
export(simpson_true)
export(testBetaDiversity)
export(testDiversity)
export(to_composition_matrix)
export(to_log_ratios)
import(abind)
import(breakaway)
import(doParallel)
import(foreach)
import(phyloseq)
import(stats)
importFrom(MASS,ginv)
importFrom(MASS,mvrnorm)
importFrom(breakaway,make_design_matrix)
importFrom(dplyr,distinct)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(mvnfast,rmvn)
importFrom(phyloseq,get_variable)
importFrom(phyloseq,otu_table)
importFrom(phyloseq,sample_data)
importFrom(phyloseq,sample_names)
importFrom(tibble,add_column)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(utils,globalVariables)