-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
executable file
·45 lines (41 loc) · 1.1 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
import("Matrix", "igraph")
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "legend", "lines", "matplot", "par",
"plot", "points", "text")
importFrom("stats", "coef", "rnorm", "sd")
export("coef.genlasso",
"cv.trendfilter",
"fusedlasso1d",
"fusedlasso2d",
"fusedlasso",
"genlasso",
"getD1d",
"getD1dSparse",
"getD2d",
"getD2dSparse",
"getDg",
"getDgSparse",
"getDtf",
"getDtfPos",
"getDtfPosSparse",
"getDtfSparse",
"getGraph",
"iterate",
"plot.cv.trendfilter",
"plot.genlasso",
"plot.trendfilter",
"predict.genlasso",
"print.genlasso",
"print.summary.genlasso",
"softthresh",
"summary.genlasso",
"trendfilter")
S3method("coef", "genlasso")
S3method("plot", "cv.trendfilter")
S3method("plot", "genlasso")
S3method("plot", "trendfilter")
S3method("predict", "genlasso")
S3method("print", "genlasso")
S3method("print", "summary.genlasso")
S3method("summary", "genlasso")
useDynLib("genlasso", .registration = TRUE)