-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
23 lines (22 loc) · 834 Bytes
/
NAMESPACE
File metadata and controls
23 lines (22 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import(freqparcoord)
import(data.table)
importFrom("grDevices", "as.raster", "colorRampPalette", "png")
importFrom("graphics", "axis", "lines", "par", "plot",
"rasterImage", "text", "title")
importFrom("grDevices", "dev.new", "dev.off", "grey", "pdf")
importFrom("utils", "head")
importFrom(data.table,as.data.table)
importFrom(data.table,is.data.table)
importFrom(data.table,".N")
importFrom("stats", "complete.cases")
importFrom("utils", "data")
importFrom("plotly", "plot_ly")
importFrom("parallel", makeCluster)
importFrom("parallel", stopCluster)
importFrom("parallel", detectCores)
importFrom("parallel", clusterExport)
importFrom("parallel", clusterEvalQ)
importFrom("partools", distribsplit)
importFrom("stats", "quantile")
export(tupleFreqs,discretize,discparcoord,
clsTupleFreqs,makeFactor,reOrder,showCounts)