-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
59 lines (58 loc) · 1.21 KB
/
Copy pathNAMESPACE
File metadata and controls
59 lines (58 loc) · 1.21 KB
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
# Generated by roxygen2: do not edit by hand
S3method("+",gg_biplot)
S3method(AoD,biplot)
S3method(CA,biplot)
S3method(CVA,biplot)
S3method(CatPCA,biplot)
S3method(PCA,biplot)
S3method(PCO,biplot)
S3method(classification,biplot)
S3method(plot,biplot)
S3method(plot,gg_biplot)
S3method(print,biplot)
S3method(print,gg_biplot)
S3method(regress,biplot)
S3method(summary,biplot)
export(AoD)
export(CA)
export(CLPs)
export(CLRs)
export(CVA)
export(CatPCA)
export(PCA)
export(PCO)
export(alpha.bags)
export(autoplot.biplot)
export(axes)
export(biplot)
export(classification)
export(classify)
export(density1D)
export(density2D)
export(ellipses)
export(extended.matching.coefficient)
export(fit.measures)
export(gg_biplot)
export(interpolate)
export(legend.type)
export(means)
export(newaxes)
export(newsamples)
export(nom.axes)
export(ord.axes)
export(prediction)
export(reflect)
export(regress)
export(rotate)
export(samples)
export(sqrtManhattan)
export(translate_axes)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,chull)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,points)
importFrom(graphics,text)
useDynLib(biplotEZ, .registration = TRUE)