k.smooth: Kernel smoothing function

View source: R/k_smooth.R

k.smoothR Documentation

Kernel smoothing function

Description

Apply Gaussian kernel smoothing of specified sigma

Usage

k.smooth (raster, sigma, SCALE)

Arguments

raster

A RasterLayer object to be smoothed

sigma

The standard deviation of the Gaussian smoothing parameter (see blur documentation in the spatstat.explore package.)

SCALE

Logical. Should the smoothed raster surface be scaled to range from 0-10 (Default = FALSE)

Details

The sigma parameter indicates the standard deviation of the Gaussian smoothing function. Note that sigma is in raster cells, not spatial units.

Author(s)

Bill Peterman <Peterman.73@osu.edu>

Examples

 
## Not run:
## *** TO BE COMPLETED *** ##

## End (Not run)

wpeterman/ResistanceGA documentation built on Nov. 20, 2023, 11:50 p.m.