-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
77 lines (76 loc) · 1.94 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
# Generated by roxygen2: do not edit by hand
S3method(plot,cv.enpls)
S3method(plot,cv.enspls)
S3method(plot,enpls.ad)
S3method(plot,enpls.fs)
S3method(plot,enpls.od)
S3method(plot,enspls.ad)
S3method(plot,enspls.fs)
S3method(plot,enspls.od)
S3method(predict,enpls.fit)
S3method(predict,enspls.fit)
S3method(print,cv.enpls)
S3method(print,cv.enspls)
S3method(print,enpls.ad)
S3method(print,enpls.fit)
S3method(print,enpls.fs)
S3method(print,enpls.od)
S3method(print,enspls.ad)
S3method(print,enspls.fit)
S3method(print,enspls.fs)
S3method(print,enspls.od)
export(cv.enpls)
export(cv.enspls)
export(enpls.ad)
export(enpls.fit)
export(enpls.fs)
export(enpls.mae)
export(enpls.od)
export(enpls.rmse)
export(enpls.rmsle)
export(enspls.ad)
export(enspls.fit)
export(enspls.fs)
export(enspls.od)
import(pls)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_shape)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,dotchart)
importFrom(graphics,grid)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(plotly,ggplotly)
importFrom(reshape2,melt)
importFrom(spls,coef.spls)
importFrom(spls,cv.spls)
importFrom(spls,predict.spls)
importFrom(spls,spls)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,capture.output)