Rescale stack

rescale_stack(
  s,
  from_all = T,
  rescale = T,
  log = F,
  inverse = F,
  multiply_area = F
)

Arguments

s

stack

from_all

rescale based on range from all rasters in stack (default=TRUE) or within each raster (FALSE)

rescale

T/F to rescale values 0 to 1, default=T

log

T/F to log transform, defaul=F

inverse

T/F to invert by subtracting from 1

multiply_area

T/F to multiply raster by 1

Value

raster