forked from klecao/mixOmics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
141 lines (126 loc) · 2.4 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
export(
bin.color,
cim,
estim.regul,
ica.par,
ica.def,
image.estim.regul,
imgCor,
ipca,
jet.colors,
loo,
mat.rank,
map,
Mfold,
multilevel,
multilevel.splsda,
multilevel.spls,
nearZeroVar,
network,
nipals,
pca,
pcatune,
pcasvd,
pheatmap.multilevel,
plot3dIndiv,
plot3dVar,
plotIndiv,
plotVar,
pls,
plsda,
q2.spls,
q2.pls,
rcc,
scatterutil.base,
scatterutil.eti,
scatterutil.grid,
select.var,
sipca,
s.match,
spca,
Split.variation.one.level,
Split.variation.two.level,
spls,
splsda,
spls.model,
splsda.model,
tune.multilevel,
tune.splsdalevel1,
tune.splsdalevel2,
tune.splslevel,
unmap,
valid,
vip)
S3method(cim, default)
S3method(cim, rcc)
S3method(cim, spls)
S3method(cim, pls)
S3method(image, estim.regul)
S3method(plot, rcc)
S3method(plot, valid)
S3method(plot, pca)
S3method(plotIndiv, pls)
S3method(plotIndiv, spls)
S3method(plotIndiv, plsda)
S3method(plotIndiv, splsda)
S3method(plotIndiv, rcc)
S3method(plotIndiv, pca)
S3method(plotIndiv, ipca)
S3method(plotIndiv, sipca)
S3method(plotVar, pls)
S3method(plotVar, spls)
S3method(plotVar, plsda)
S3method(plotVar, splsda)
S3method(plotVar, rcc)
S3method(plotVar, pca)
S3method(plotVar, spca)
S3method(plotVar, ipca)
S3method(plotVar, sipca)
S3method(predict, pls)
S3method(predict, spls)
S3method(predict, plsda)
S3method(predict, splsda)
S3method(summary, pls)
S3method(summary, spls)
S3method(summary, rcc)
S3method(print, pls)
S3method(print, spls)
S3method(print, plsda)
S3method(print, splsda)
S3method(print, rcc)
S3method(print, summary)
S3method(print, pca)
S3method(print, spca)
S3method(print, ipca)
S3method(print, sipca)
S3method(plot3dIndiv, pls)
S3method(plot3dIndiv, spls)
S3method(plot3dIndiv, plsda)
S3method(plot3dIndiv, splsda)
S3method(plot3dIndiv, rcc)
S3method(plot3dIndiv, pca)
S3method(plot3dIndiv, ipca)
S3method(plot3dIndiv, sipca)
S3method(plot3dVar, pls)
S3method(plot3dVar, spls)
S3method(plot3dVar, rcc)
S3method(plot3dVar, pca)
S3method(plot3dVar, plsda)
S3method(plot3dVar, splsda)
S3method(plot3dVar, spca)
S3method(plot3dVar, ipca)
S3method(plot3dVar, sipca)
S3method(select.var, spls)
S3method(select.var, splsda)
S3method(select.var, spca)
S3method(select.var, sipca)
S3method(network, default)
S3method(network, rcc)
S3method(network, pls)
S3method(network, spls)
S3method(pheatmap.multilevel, splsda1fact)
S3method(pheatmap.multilevel, splsda2fact)
S3method(valid, pls)
S3method(valid, spls)
S3method(valid, plsda)
S3method(valid, splsda)