forked from alexology/biomonitoR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
156 lines (155 loc) · 3.46 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,asb)
S3method(plot,asb)
S3method(plot,biomonitoR)
S3method(print,asb)
S3method(subset,asb)
export(abuTax)
export(abundance)
export(abundance_classes)
export(addBiasToTraits)
export(add_bias_to_traits)
export(aggregate_taxa)
export(aggregatoR)
export(allindices)
export(allrich)
export(ambiguousSolver)
export(asBiomonitor)
export(as_biomonitor)
export(aspt)
export(assign_traits)
export(average_traits)
export(berpar)
export(bin)
export(bioco)
export(bmwp)
export(brill)
export(combTaxa)
export(combine_taxa)
export(convert_to_biotic)
export(convert_to_vegan)
export(convertobiotic)
export(convertovegan)
export(csi)
export(cwm)
export(dehli)
export(dness)
export(epsi)
export(ept)
export(eptd)
export(esimpson)
export(f_disp)
export(f_divs)
export(f_eve)
export(f_red)
export(f_rich)
export(fisher)
export(flow_t)
export(fuzzy_trait_ratio)
export(general_info)
export(get_gbif_taxa_tree)
export(get_iucn_taxa_tree)
export(get_nbn_taxa_tree)
export(get_taxa_abundance)
export(get_taxa_richness)
export(get_worms_taxa_tree)
export(ibmr)
export(igold)
export(invberpar)
export(invsimpson)
export(life)
export(manageTraits)
export(manage_traits)
export(margalef)
export(mcintosh)
export(menhinick)
export(pielou)
export(plot_indicator_taxa)
export(psi)
export(quickRename)
export(quick_rename)
export(refFromTree)
export(ref_from_tree)
export(remove_taxa)
export(ricTax)
export(richness)
export(sampleTraits)
export(sample_traits)
export(selectPcoaAxes)
export(select_pcoa_axes)
export(shannon)
export(show_scores)
export(showscores)
export(simpson)
export(solve_ambiguous)
export(to_bin)
export(totInfo)
export(traitScaling)
export(traitsMean)
export(tsi)
export(whpt)
importFrom(RColorBrewer,brewer.pal)
importFrom(ade4,bicenter.wt)
importFrom(ade4,cailliez)
importFrom(ade4,dist.binary)
importFrom(ade4,dist.ktab)
importFrom(ade4,divc)
importFrom(ade4,dudi.pco)
importFrom(ade4,is.euclid)
importFrom(ade4,ktab.list.df)
importFrom(ade4,lingoes)
importFrom(ade4,mantel.randtest)
importFrom(ade4,prep.binary)
importFrom(ade4,prep.circular)
importFrom(ade4,prep.fuzzy)
importFrom(ade4,prep.fuzzy.var)
importFrom(ade4,quasieuclid)
importFrom(ape,mst)
importFrom(dplyr,'%>%')
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(geometry,convhulln)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(hunspell,dictionary)
importFrom(hunspell,hunspell_check)
importFrom(hunspell,hunspell_suggest)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(rjson,fromJSON)
importFrom(stats,aggregate)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,cmdscale)
importFrom(stats,complete.cases)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,reshape)
importFrom(stats,rnorm)
importFrom(stats,weighted.mean)
importFrom(tibble,deframe)
importFrom(tidyr,"%>%")
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,spread)
importFrom(utils,combn)
importFrom(utils,menu)
importFrom(utils,select.list)
importFrom(utils,stack)
importFrom(utils,write.table)