CreateProbIsoplethRaster: CreateProbIsoplethRaster

Description Usage Arguments Details Value

Description

A wrapper function of used to create a RasterLayer of probabilities based on a df of location points

Usage

1
CreateProbIsoplethRaster(df, buffer, cell_size, probs)

Arguments

df

dataframe of location data

buffer

value used in CreateExtentBuffer() around df locations, default is 500 m

cell_size

cell size of output raster, default = 30

probs

vector [0,1] of probability values, default value is seq(0, 1, by=.1)

Details

Ouput RasterLayer has the same CRS as the blank_raster input

Value

A Raster object with a probability estimate for each blank raster cell that falls within the buffer around the df locations


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