-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
S3method(plot,pcasyncsa)
S3method(print,optimal)
S3method(print,syncsa)
export(CollectNames)
export(ProgressBAR)
export(belonging)
export(cent.norm)
export(coinertia.partial.syncsa)
export(coinertia.syncsa)
export(cor.matrix)
export(cor.matrix.bf)
export(cor.matrix.partial)
export(cor.matrix.rao)
export(matmult.syncsa)
export(matrix.p)
export(matrix.t)
export(matrix.w.transformation)
export(matrix.x)
export(optimal)
export(organize.syncsa)
export(part.cor)
export(pca)
export(permut.row.matrix)
export(permut.vector)
export(pro.matrix)
export(pro.matrix.bf)
export(pro.matrix.partial)
export(pro.matrix.rao)
export(procrustes.partial.syncsa)
export(procrustes.syncsa)
export(rao.diversity)
export(rv.matrix)
export(rv.matrix.bf)
export(rv.matrix.partial)
export(rv.matrix.rao)
export(syncsa)
export(syncsa.obs)
export(var.dummy)
export(var.type)
importFrom(FD,gowdis)
importFrom(RcppArmadillo,fastLmPure)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(parallel,makeCluster)
importFrom(parallel,parRapply)
importFrom(parallel,stopCluster)
importFrom(permute,Plots)
importFrom(permute,Within)
importFrom(permute,how)
importFrom(permute,shuffleSet)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,prcomp)
importFrom(stats,residuals)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(vegan,beals)
importFrom(vegan,protest)
importFrom(vegan,vegdist)
importFrom(vegan,wcmdscale)