CreateKDERaster: CreateKDERaster

Description Usage Arguments Details Value

Description

Creates a 'RasterLayer' based on a 'kde' object of gridded point location probability estimates

Usage

1
CreateKDERaster(kde_points, cell_size, crs)

Arguments

kde_points

dataframe of kde estimates at gridded points

cell_size

cell size of output raster, default = 30

crs

crs of output raster, default is UTM 19N, NAD83

Details

The kde_points file must have "eval.points" and "estimate", as created by CreateKDEPoints(). Returned 'RasterLayer' has the same CRS as blank_raster input.

Value

A 'RasterLayer' object with kde estimates for each of the blank raster cells that fall within the buffered df locations.


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.