bin_data: Bin data

Description Usage Arguments

View source: R/bin_data.R

Description

Working horse for tableplot, does the actual binning

Usage

1
2
3
bin_data(p, sortCol = 1L, cols = seq_along(p$data), from = 0,
  to = 1, nbins = 100L, decreasing = FALSE, sample = FALSE,
  sampleBinSize = 100)

Arguments

p

prepared dataset (see tablePrepare)

sortCol

column on which the table will be sorted

cols

columns of the data that will be used.

from

lower boundary in quantiles

to

upper boundary in quantiles

nbins

number of bins

decreasing

sort decreasingly

sample

sample or use whole dataset?

sampleBinSize

sample size per bin


tabplot documentation built on Sept. 17, 2019, 5:04 p.m.