-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
171 lines (170 loc) · 4.06 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# Generated by roxygen2: do not edit by hand
S3method("sppscores<-",polarord)
S3method(as.dist,deldir)
S3method(as.prcomp,rda)
S3method(boxplot,bjdbrda)
S3method(coef,gnlmod)
S3method(distMeans,default)
S3method(distMeans,formula)
S3method(eigenvals,polarord)
S3method(lines,humpfit)
S3method(plot,bjdbrda)
S3method(plot,bjnmds)
S3method(plot,humpfit)
S3method(plot,iapq)
S3method(plot,polarord)
S3method(plot,posvectord)
S3method(plot,respthresh)
S3method(plot,slopediff)
S3method(points,humpfit)
S3method(predict,gnlmod)
S3method(predict,humpfit)
S3method(print,bjdbrda)
S3method(print,bjnmds)
S3method(print,gnlmod)
S3method(print,humpfit)
S3method(print,iapq)
S3method(print,polarord)
S3method(print,posvectord)
S3method(print,rdecorana)
S3method(print,respthresh)
S3method(print,sdca)
S3method(print,summary.gnlmod)
S3method(print,summary.humpfit)
S3method(print,summary.respthresh)
S3method(profile,humpfit)
S3method(scores,bjdbrda)
S3method(scores,rdecorana)
S3method(summary,gnlmod)
S3method(summary,humpfit)
S3method(summary,iapq)
S3method(summary,respthresh)
S3method(summary,slopediff)
export("sppscores<-")
export(as.prcomp)
export(bayesjaccard)
export(bjNMDS)
export(bjdbrda)
export(bjpolygon)
export(bjstars)
export(canneddist)
export(clsets)
export(clsupport)
export(distMeans)
export(distconstrain)
export(distrao)
export(diverclust)
export(diverdist)
export(eigenvals)
export(ginkgogram)
export(gnlmod)
export(gradrescale)
export(humpfit)
export(iap)
export(iapq)
export(infoclust)
export(mrankdist)
export(peelellipse)
export(peelhull)
export(polarord)
export(posvectord)
export(qrao)
export(raostand)
export(rdecorana)
export(recomm)
export(resassoc.cca)
export(respthresh)
export(sdca)
export(slopediff)
export(slopediff2)
export(spvectord)
export(subdiag)
export(swanrandom)
export(taxondist)
importFrom(cluster,ellipsoidhull)
importFrom(cluster,volume)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,chull)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,title)
importFrom(stats,AIC)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,delete.response)
importFrom(stats,density)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,dist)
importFrom(stats,family)
importFrom(stats,filter)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,getInitial)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,naprint)
importFrom(stats,nlm)
importFrom(stats,nobs)
importFrom(stats,phyper)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,residuals)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,symnum)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,modifyList)
importFrom(vegan,"sppscores<-")
importFrom(vegan,bstick)
importFrom(vegan,dbrda)
importFrom(vegan,decostand)
importFrom(vegan,designdist)
importFrom(vegan,downweight)
importFrom(vegan,eigengrad)
importFrom(vegan,eigenvals)
importFrom(vegan,metaMDS)
importFrom(vegan,monoMDS)
importFrom(vegan,ordiArrowMul)
importFrom(vegan,ordiArrowTextXY)
importFrom(vegan,ordilabel)
importFrom(vegan,ordiplot)
importFrom(vegan,procrustes)
importFrom(vegan,renyi)
importFrom(vegan,rrarefy)
importFrom(vegan,scores)
importFrom(vegan,swan)
importFrom(vegan,wascores)