Description Usage Arguments Value Examples
the k-nearest neighbor density estimation for two-dimensional value using R, and this function needs R_package "FNN"
1 | knnde(x, k, xrange, yrange)
|
x |
data values which is two dimensional |
k |
the order of the nearest neighbor |
xrange, yrange |
the range of each dimension value |
estimated points' correspoding densities
1 2 3 4 5 6 7 8 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.