View source: R/from_features.R
dfltCounts | R Documentation |
This function bins the input data into a regular grid.
dfltCounts(
x,
gridsize = rep(64, NCOL(x)),
h = rep(0, NCOL(x)),
supp = 3.7,
range.x,
w
)
x |
The input data, which should be a numeric matrix. |
gridsize |
A vector specifying the number of bins along each dimension. |
h |
A vector specifying the bandwidth (smoothing parameter) along each dimension. |
supp |
A parameter for determining the range of the bins. |
range.x |
A list specifying the range of values for each dimension. |
w |
A vector of weights for the data points. |
A list containing the binned counts and the range of values for each dimension.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.