forked from barcaroli/SamplingStrata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
17 lines (16 loc) · 1.06 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export(buildStrataDF,optimizeStrata,tuneParameters,updateStrata,updateFrame,selectSample,selectSampleSystematic,KmeansSolution,checkInput,bethel,var.bin,evalSolution,plotSamprate,adjustSize,buildFrameDF,expected_CV,optimizeStrata2,plotStrata2d,summaryStrata,assignStrataLabel,KmeansSolution2,prepareSuggestion)
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "boxplot", "close.screen", "lines", "plot", "screen", "split.screen", "title","points")
importFrom("stats", "aggregate", "kmeans", "runif", "sd")
importFrom("utils", "read.delim", "write.table")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
importFrom("memoise","memoise")
importFrom("grDevices","png")
importFrom("utils", "install.packages","globalVariables")
importFrom("doParallel", "registerDoParallel")
importFrom("parallel", "clusterExport","detectCores","makePSOCKcluster","stopCluster")
importFrom("pbapply", "pblapply")
importFrom("grDevices", "rainbow")
importFrom("graphics", "legend")
importFrom("stats", "dnorm")
importFrom("formattable", "formattable", "color_bar")