View source: R/gapfill_function.R
gapfill | R Documentation |
Function that fills gaps in a raster.
gapfill(
in.ras,
fill.window.size = 5,
fill.window.type = "circle",
fill.value = "mean"
)
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 |
Filled raster object
Nikolai Knapp
in progress
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.