Description Usage Arguments Value
View source: R/kernel_density.R
Estimates density of data in arbitrary number of dimensions
1 |
x |
a matrix or data-frame of data points. Number of columns will be interpreted as dimensionality |
xgrid |
a matrix or data-frame of point in which density will be computed, the same number of columns as in |
b |
a vector of bandwidths (standard deviations of the Gaussian kernel). If the length is not equal to the number of columns in |
a data-frame that is xgrid
with the additional "density" column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.