Working horse for tableplot, does the actual binning
bin_data(p, sortCol = 1L, cols = seq_along(p$data), from = 0,
to = 1, nbins = 100L, decreasing = FALSE, sample = FALSE,
sampleBinSize = 100)
prepared dataset (see tablePrepare
)
column on which the table will be sorted
columns of the data that will be used.
lower boundary in quantiles
upper boundary in quantiles
number of bins
sort decreasingly
sample or use whole dataset?
sample size per bin