forked from janverbesselt/bfast
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
35 lines (33 loc) · 882 Bytes
/
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
import("graphics", "stats", "strucchange", "zoo", "raster", "sp", "forecast")
useDynLib(bfast)
importFrom(Rcpp, evalCpp)
exportPattern("^[[:alpha:]]+")
export(
"bfast",
"bfastmonitor",
"bfastpp",
"bfastts",
"bfast01",
"bfast01classify",
"set_fast_options",
"set_default_options"
)
S3method("plot", "bfast")
S3method("print", "bfast")
S3method("plot", "bfastmonitor")
S3method("print", "bfastmonitor")
S3method("breakpoints", "bfast01")
S3method("breakdates", "bfast01")
S3method("logLik", "bfast01")
S3method("deviance", "bfast01")
S3method("model.frame", "bfast01")
S3method("model.matrix", "bfast01")
S3method("nobs", "bfast01")
S3method("AIC", "bfast01")
S3method("BIC", "bfast01")
S3method("coef", "bfast01")
S3method("fitted", "bfast01")
S3method("residuals", "bfast01")
S3method("predict", "bfast01")
S3method("as.zoo", "bfast01")
S3method("plot", "bfast01")