forked from ManonMartin/MBXUCL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(ClustMIC)
export(DrawLoadings)
export(DrawSL)
export(DrawScores)
export(Inertia)
export(LinePlot)
export(LsOPLS)
export(OPLSDA)
export(OPLSDA_pred)
export(PLSDA)
export(SVDforPCA)
export(ScatterPlot)
export(binClustMIC)
export(cvOPLSDA)
export(pTreatGPL)
import(ggplot2)
import(gridExtra)
import(reshape2)
importFrom(caret,createFolds)
importFrom(clValid,dunn)
importFrom(clusterSim,index.DB)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(phyclust,RRand)
importFrom(pls,MSEP)
importFrom(pls,R2)
importFrom(pls,RMSEP)
importFrom(pls,cppls)
importFrom(pls,mvrValstats)
importFrom(plyr,ddply)
importFrom(proxy,dist)
importFrom(ropls,opls)
importFrom(spls,cv.spls)
importFrom(spls,spls)
importFrom(stats,cov)
importFrom(stats,model.matrix)
importFrom(stats,sd)