SmoothRaster: Smooth a RasterLayer using 'smoothie' package Wrapper...

Description Usage Arguments Value

Description

Smooth a RasterLayer using 'smoothie' package Wrapper function to convert a Raster to a matrix, smooth the matrix using gauss2dsmooth(), and convert the smoothed matrix back into a Raster

Usage

1
SmoothRaster(sigma = sigma, covar = covar)

Arguments

sigma

numeric, bandwidth (in cells) for gauss2dsmooth

covar

RasterLayer name in quotes (e.g., "covar1")

Value

RasterLayer


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