-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
43 lines (42 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export(extract_event_ftrs)
export(gen_stream)
export(get_clusters)
export(get_clusters_3d)
export(get_features)
export(get_features_3d)
export(predict_tdl)
export(spline_stats)
export(stats_3d)
export(stream_from_files)
export(td_logistic)
export(tune_cpdbee_2D)
export(tune_cpdbee_3D)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,topo.colors)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(stats,IQR)
importFrom(stats,aggregate)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,optim)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(utils,read.csv)
importFrom(utils,write.csv)