periodic_raster_frame: Periodic raster frame

View source: R/periodic_raster_frame_function.R

periodic_raster_frameR Documentation

Periodic raster frame

Description

Function that increases a raster by adding a frame around in which the pixel values correspond to the values found at the opposite side of the raster, creating periodic boundaries, e.g. for moving window analysis.

Usage

periodic_raster_frame(ras, w = 10)

Arguments

ras

Raster object

w

Width of the frame (number of pixels)

Value

raster object

Author(s)

Nikolai Knapp

Examples

in progress

niknap/slidaRtools documentation built on Oct. 16, 2024, 3:53 p.m.