kde2d_faster: Based on the MASS kde2d() function, but heavily simplified;...

kde2d_fasterR Documentation

Based on the MASS kde2d() function, but heavily simplified; it's just tcrossprod() now.

Description

Based on the MASS kde2d() function, but heavily simplified; it's just tcrossprod() now.

Usage

kde2d_faster(dens.x, dens.y)

Arguments

dens.x

Contribution of all cells to densities of the x-axis grid points.

dens.y

Contribution of all cells to densities of the y-axis grid points.


singleCellHaystack documentation built on June 22, 2024, 11:57 a.m.