prioCellByValuesGRASS: Prioritization based on specific values

Description Usage Arguments Details Value Author(s)

Description

Prioritization based on specific values

Usage

1
2
  prioCellByValuesGRASS(input, output, values, prioValues,
    oneEquals = 100,weight, overwrite=FALSE)

Arguments

input

name of layer containing input values

output

name of output layer containing the priority values

values

values which should get priority value prioValues[1]

prioValues

priority values, first one for in values, second one not

oneEquals

value specifying which integer values will equal to one. All values will be divided by this value.

weight

final weight of the resulting prioritization. All values will be multiplied by this value

overwrite

if TRUE, output layer will be overwritten

Details

Prioritization based on actual values specified and layer containing values. If a cell contains a value listed in values, the priority value of this cell will be prioValues\[1\], otherwise codeprioValues\[2\]

Value

invisible output

Author(s)

Dr Rainer M Krug Rainer@krugs.de


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