Description Usage Arguments Value Examples
Computes an estimation of the density using Kernel Density estimator, without correcting for fontier effects.
1 | sKDE_without_c(U, polygon, optimal = TRUE, h = 0.1)
|
U |
data points. |
polygon |
polygon on which points lie. |
optimal |
if TRUE, uses Hpi() to select the optimal bandwidth. |
h |
only if optimal=FALSE, scalar bandwidth. |
Returns a list whose elements are: > X: x coordinates at wich estimate is evaluated, > Y: y coordinates at wich estimate is evaluated, > Z: density estimates, > ZNA: density estimates with NA values for points outside the polygon, > H: bandwidth matrix, > W: vector of weights.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.