-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
114 lines (113 loc) · 3.07 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,DiversityIndex)
S3method(labels,DiversityIndex)
S3method(labels,RarefactionIndex)
S3method(plot,DiversityIndex)
S3method(plot,RarefactionIndex)
export(color)
export(palette_color_continuous)
export(palette_color_discrete)
export(palette_color_picker)
export(remove_NA)
export(remove_constant)
export(remove_zero)
export(replace_NA)
export(replace_zero)
export(sparsity)
exportMethods(as.data.frame)
exportMethods(bootstrap)
exportMethods(composition)
exportMethods(doubleton)
exportMethods(eppm)
exportMethods(evenness)
exportMethods(get_method)
exportMethods(heterogeneity)
exportMethods(index_ace)
exportMethods(index_baxter)
exportMethods(index_berger)
exportMethods(index_binomial)
exportMethods(index_boone)
exportMethods(index_brainerd)
exportMethods(index_bray)
exportMethods(index_brillouin)
exportMethods(index_chao1)
exportMethods(index_chao2)
exportMethods(index_cody)
exportMethods(index_hurlbert)
exportMethods(index_ice)
exportMethods(index_jaccard)
exportMethods(index_margalef)
exportMethods(index_mcintosh)
exportMethods(index_menhinick)
exportMethods(index_morisita)
exportMethods(index_routledge1)
exportMethods(index_routledge2)
exportMethods(index_routledge3)
exportMethods(index_shannon)
exportMethods(index_simpson)
exportMethods(index_sorenson)
exportMethods(index_squares)
exportMethods(index_whittaker)
exportMethods(index_wilson)
exportMethods(jackknife)
exportMethods(matrigraph)
exportMethods(observed)
exportMethods(occurrence)
exportMethods(plot)
exportMethods(plot_bertin)
exportMethods(plot_diceleraas)
exportMethods(plot_ford)
exportMethods(plot_heatmap)
exportMethods(plot_rank)
exportMethods(plot_spot)
exportMethods(profiles)
exportMethods(pvi)
exportMethods(rarefaction)
exportMethods(resample)
exportMethods(richness)
exportMethods(seriograph)
exportMethods(she)
exportMethods(similarity)
exportMethods(simulate)
exportMethods(singleton)
exportMethods(test_diversity)
exportMethods(test_shannon)
exportMethods(test_simpson)
exportMethods(turnover)
import(arkhe)
importFrom(arkhe,remove_NA)
importFrom(arkhe,remove_constant)
importFrom(arkhe,remove_zero)
importFrom(arkhe,replace_NA)
importFrom(arkhe,replace_zero)
importFrom(arkhe,sparsity)
importFrom(khroma,color)
importFrom(khroma,palette_color_continuous)
importFrom(khroma,palette_color_discrete)
importFrom(khroma,palette_color_picker)
importFrom(methods,.valueClassTest)
importFrom(methods,as)
importFrom(methods,callGeneric)
importFrom(methods,initialize)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(methods,validObject)
importFrom(stats,as.dist)
importFrom(stats,na.omit)
importFrom(stats,pairwise.table)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,sd)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importMethodsFrom(arkhe,bootstrap)
importMethodsFrom(arkhe,jackknife)