Two-dimensional kernel density estimation with an axis-aligned bivariate normal kernel
l_layer_density2d( widget, x, y, h, n = 25L, lims = NULL, color = "black", linewidth = 1, nlevels = 10, levels = NULL, label = "density2d", parent = "root", index = 0, group = NULL, active = TRUE, ... )
| widget | `loon` widget path name as a string |
|---|---|
| x | The coordinates of |
| y | The coordinates of |
| h | vector of bandwidths for x and y directions. Defaults to
normal reference bandwidth (see |
| n | Number of grid points in each direction. Can be scalar or a length-2 integer vector. |
| lims | The limits of the rectangle covered by the grid as |
| color | color of each contour |
| linewidth | the line width |
| nlevels | number of contour levels desired iff
|
| levels | numeric vector of levels at which to draw contour lines. |
| label | label used in the layers inspector |
| parent | parent group layer |
| index | of the newly added layer in its parent group |
| group | separate x vector or y vector into a list by group |
| active | a logical determining whether points appear or not (default is |
| ... | other arguments to modify |
an l_layer widget