-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.09 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.09 KB
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
# Generated by roxygen2: do not edit by hand
S3method("[",imppoints)
S3method(plot,cpttrend)
S3method(plot,imppoints)
S3method(plot,supports)
S3method(print,cpttrend)
S3method(print,imppoints)
S3method(print,summary.cpttrend)
S3method(print,summary.imppoints)
S3method(print,summary.supports)
S3method(print,summary.tchannel)
S3method(print,summary.tpattern)
S3method(print,supports)
S3method(print,tchannel)
S3method(print,tpattern)
S3method(summary,cpttrend)
S3method(summary,imppoints)
S3method(summary,supports)
S3method(summary,tchannel)
S3method(summary,tpattern)
export(cpt.trend)
export(find.imppoints)
export(find.major.trends)
export(find.pattern)
export(find.pivots)
export(find.tchannel)
export(find.tpattern)
export(find.trend.channel)
export(find_lines)
export(pattern.db)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,adjustcolor)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,approx)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,sd)
useDynLib(techchart)