-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.24 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
S3method(coef,FuncompCGL)
S3method(coef,GIC.FuncompCGL)
S3method(coef,GIC.compCL)
S3method(coef,compCL)
S3method(coef,cv.FuncompCGL)
S3method(coef,cv.compCL)
S3method(plot,FuncompCGL)
S3method(plot,GIC.FuncompCGL)
S3method(plot,GIC.compCL)
S3method(plot,compCL)
S3method(plot,cv.FuncompCGL)
S3method(plot,cv.compCL)
S3method(predict,FuncompCGL)
S3method(predict,GIC.FuncompCGL)
S3method(predict,GIC.compCL)
S3method(predict,compCL)
S3method(predict,cv.FuncompCGL)
S3method(predict,cv.compCL)
S3method(print,FuncompCGL)
S3method(print,compCL)
export(Fcomp_Model)
export(FuncompCGL)
export(GIC.FuncompCGL)
export(GIC.compCL)
export(cglasso)
export(classo)
export(compCL)
export(comp_Model)
export(cv.FuncompCGL)
export(cv.compCL)
import(graphics)
import(stats)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,sourceCpp)
importFrom(fda,create.fourier.basis)
importFrom(fda,eval.basis)
importFrom(grDevices,rainbow)
importFrom(methods,cbind2)
importFrom(orthogonalsplinebasis,OBasis)
importFrom(orthogonalsplinebasis,evaluate)
importFrom(orthogonalsplinebasis,expand.knots)
importFrom(plyr,alply)
importFrom(plyr,ldply)
importFrom(splines,bs)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(Compack, .registration = TRUE)