-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
38 lines (37 loc) · 935 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
36
37
38
# Generated by roxygen2: do not edit by hand
export(Aggregate)
export(CheckInputs)
export(MultiPlot)
export(NWOE)
export(SinglePlot)
export(WOE)
export(create_infotables)
export(is.binary)
export(penalty)
export(plot_infotables)
import(data.table)
import(foreach)
import(iterators)
import(utils)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(parallel,detectCores)
importFrom(plyr,join)
importFrom(plyr,numcolwise)
importFrom(stats,ave)
importFrom(stats,quantile)