-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
80 lines (79 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method(autoplot,acf)
S3method(corner,data.frame)
S3method(corner,default)
S3method(corner,matrix)
S3method(corner,table)
S3method(fortify,acf)
S3method(fortify,kmeans)
S3method(fortify,ts)
S3method(plot,kmeans)
S3method(simple.impute,data.frame)
S3method(simple.impute,default)
S3method(simple.impute,tbl_df)
export("reclass<-")
export(FitKMeans)
export(MapToInterval)
export(PlotHartigan)
export(binary.flip)
export(bottomleft)
export(bottomright)
export(build.formula)
export(build.x)
export(build.y)
export(cart2pol)
export(classdf)
export(colsToBack)
export(colsToFront)
export(compare.list)
export(constant)
export(corner)
export(find.case)
export(fortify.kmeans)
export(indexToPosition)
export(interval.check)
export(left)
export(lower.case)
export(mapping)
export(mixed.case)
export(moveToBack)
export(moveToFront)
export(multiple)
export(multiple.comma)
export(multiple.dollar)
export(multiple.identity)
export(multiple_format)
export(numeric.case)
export(plot.kmeans)
export(plotTimesSeries)
export(pol2cart)
export(positionToIndex)
export(reclass)
export(right)
export(shift.column)
export(simple.impute)
export(simple.impute.data.frame)
export(simple.impute.default)
export(subMultiple)
export(subOut)
export(subSpecials)
export(subVector)
export(timeSingle)
export(topleft)
export(topright)
export(ts.plotter)
export(uniqueBidirection)
export(upper.case)
export(vplayout)
import(ggplot2)
importFrom(plyr,alply)
importFrom(plyr,llply)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.fail)
importFrom(utils,head)