gapfill: Fill raster gaps

Description Usage Arguments Value Author(s) Examples

Description

Function that fills gaps in a raster.

Usage

1
2
gapfill(in.ras, fill.window.size = 5, fill.window.type = "circle",
  fill.value = "mean")

Arguments

in.ras

Input raster

fill.window.size

Radius of the window around the focal pixel from which a filling value is calculated

fill.window.type

Shape of the window must be "circle" or "rectangle"

fill.value

Replacing value, e.g. "mean", "min", "max", of the filling window or simply 0 or NA

Value

Filled raster object

Author(s)

Nikolai Knapp, nikolai.knapp@ufz.de

Examples

1
in progress

niknap/LidarProcessoR documentation built on May 29, 2019, 7:18 a.m.