sits_stack_relabel: Relabel raster stack object

Description Usage Arguments Author(s)

Description

This function updates categorical raster values (labels).

Usage

1
2
sits_stack_relabel(x, old_values, new_values, filename = "",
  progress = "text", parallel = TRUE, ...)

Arguments

x

raster stack .... tbl raster or wms???

old_values

an integer vector with raster values (label) to be updated

new_values

an integer vector with new values (label). It must have the same length as old_label

filename

a character with the file name. Optional

progress

a character. See pbCreate. Default is 'text'

parallel

perform parallel processing. Default is TRUE

...

other arguments to pass to beginCluster and writeStart

Author(s)

Victor Maus, vwmaus1@gmail.com


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.