-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathNAMESPACE
36 lines (35 loc) · 799 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
# Generated by roxygen2: do not edit by hand
export(clone)
export(dropallfactors)
export(microtable)
export(tidy_taxonomy)
export(trans_abund)
export(trans_alpha)
export(trans_beta)
export(trans_classifier)
export(trans_diff)
export(trans_env)
export(trans_func)
export(trans_network)
export(trans_norm)
export(trans_nullmodel)
export(trans_venn)
import(RColorBrewer)
import(ape)
import(data.table)
import(ggplot2)
import(grid)
import(scales)
import(vegan)
importFrom(R6,R6Class)
importFrom(grDevices,colorRampPalette)
importFrom(igraph,ecount)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(reshape2,acast)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stats,fisher.test)
importFrom(stats,median)
importFrom(tibble,rownames_to_column)