prioCellRandomGRASS: Random prioritization of raster cells

Description Usage Arguments Details Value Author(s)

Description

Random prioritization of raster cells

Usage

1
2
  prioCellRandomGRASS( output, MASK = NULL, overwrite =
    FALSE )

Arguments

output

name of output layer with prioritization (0..1)

MASK

name of the GRASS raster layer which will be used as MASK. If it is NULL, the default, the existing MASK will be used.

overwrite

if TRUE, the output layer will be overwritten

Details

This function assignes randomly each cell a priority, i.e. a value, between 0 and 1.

This function is a wrapper aroung the function r.surf.random with MASK used as the GRASS MASK for the calculations.

The function does not respect the GRASS MASK as it uses the parameter MASK as the MASK for the calculations.

Value

invisible outputLayerName

Author(s)

Dr Rainer M Krug Rainer@krugs.de


rkrug/prioritization documentation built on July 6, 2019, 4:37 p.m.