kernel_density2d: 2d kernel density estimation for raster data

Description Usage Arguments Value

Description

2d kernel density estimation for raster data

Usage

1
kernel_density2d(data.points, y = NULL, xcells = NULL, ycells = NULL)

Arguments

data.points

SpatialPointsDataFrame object

y

RasterLayer object to use as a template for the output of the kernel density estimator, optional.

xcells

number of grid cells in x dimension of output raster

ycells

number of grid cells in y dimension of output raster

Value

RasterLayer with KDE


stevenpawley/spmTools documentation built on June 22, 2019, 1:27 p.m.