View source: R/drugSetEnrichment.R
calculateEvenlyDistributedBins | R Documentation |
Calculate evenly-distributed bins
calculateEvenlyDistributedBins(
numbers,
maxBins = 15,
k = 5,
minPoints = NULL,
...,
ids = NULL
)
numbers |
Numeric |
maxBins |
Numeric: maximum number of bins for numeric columns |
k |
Numeric: constant; the higher the constant, the smaller the bin size
(check |
minPoints |
Numeric: minimum number of points in a bin (if |
... |
Arguments passed on to
|
Factor containing the respective group of each element in
numbers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.