-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
43 lines (42 loc) · 1.15 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
S3method(plot,rbin_equal_freq)
S3method(plot,rbin_equal_length)
S3method(plot,rbin_factor)
S3method(plot,rbin_manual)
S3method(plot,rbin_quantiles)
S3method(plot,rbin_winsorize)
S3method(print,rbin_equal_freq)
S3method(print,rbin_equal_length)
S3method(print,rbin_factor)
S3method(print,rbin_manual)
S3method(print,rbin_quantiles)
S3method(print,rbin_winsorize)
S3method(rbin_equal_freq,default)
S3method(rbin_equal_length,default)
S3method(rbin_factor,default)
S3method(rbin_manual,default)
S3method(rbin_winsorize,default)
export(rbinAddin)
export(rbinFactorAddin)
export(rbin_create)
export(rbin_equal_freq)
export(rbin_equal_length)
export(rbin_factor)
export(rbin_factor_combine)
export(rbin_factor_create)
export(rbin_manual)
export(rbin_quantiles)
export(rbin_winsorize)
import(ggplot2)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,data.table)
importFrom(data.table,setDF)
importFrom(data.table,setorder)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,tail)