texture: Calculate texture measures using grass:r.neighbors and...

Description Usage Arguments Value

View source: R/texture.R

Description

Calculate texture measures using grass:r.neighbors and grass:r.texture through RQGIS.

Usage

1
texture(x, window_sizes = 3, methods = "average", filename = NULL)

Arguments

x

Raster object or path to raster layer.

methods

Which metrics to compute. Options are: "average", "median", "mode", "minimum", "maximum", "stddev", "sum", "variance", "diversity", "interspersion", "asm", "contrast", "corr", "var", "idm", "sa", "sv", "se", "entr", "dv", "de", "moc1", "moc2"

filename

Optional filename for writing to disk.

window_size

pixel size of window, must be uneven

Value

Texture raster with all combinations of window sizes and methods.


juoe/spatialtools documentation built on May 25, 2019, 6:25 p.m.