.vIncrementCats {fasterRaster} | R Documentation |
Increment category values of a "GRASS" vector
Description
Adds a constant to all category values of a GRASS vector. This function is mostly of use to developers.
Usage
.vIncrementCats(x, add)
Arguments
x |
A |
add |
Integer: Value to add to each category value. |
Value
The sources()
name of a GRASS vector with category values incremented.
[Package fasterRaster version 8.4.0.3 Index]