-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
50 lines (49 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(compscore,comprcomp)
S3method(compvar,comprcomp)
S3method(print,CPCAPower)
S3method(print,EigenPower)
S3method(print,EigenPowerRcpp)
S3method(print,comprcomp)
S3method(scoreplot,comprcomp)
S3method(scoreplot,lda)
S3method(scoreplot,prcomp)
S3method(scores,comprcomp)
S3method(scores,lda)
S3method(varplot,comprcomp)
export(comprcomp)
export(compscore)
export(compvar)
export(cpc)
export(cpca)
export(eigenPower)
export(eigenPowerEigenParallel)
export(eigenPowerRcpp)
export(eigenPowerRcppEigen)
export(eigenPowerRcppParallel)
export(hilbert)
export(varplot)
exportClasses(CPCAPower)
exportClasses(EigenPower)
exportClasses(EigenPowerRcpp)
exportClasses(comprcomp)
import(ggplot2)
importFrom(Matrix,Matrix)
importFrom(Matrix,crossprod)
importFrom(Matrix,isSymmetric)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(methods,as)
importFrom(pls,scoreplot)
importFrom(pls,scores)
importFrom(plyr,laply)
importFrom(plyr,llply)
importFrom(stats,cov)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,head)
useDynLib(cpca)