density2D {geometry2D} R Documentation

Evaluate the density value of a set of 2d points.

Description

Usage

density2D(x, y,
    k = 6);

Arguments

x

[as integer]

y

[as integer]

k

[as integer]

env

[as Environment]

Details

Authors

graphics

Value

a density value vector. the elements in the resulted density value vector is keeps the same order as the input [x,y] vector.

clr value class

Examples


[Package geometry2D version 1.0.0.0 Index]