rescale_stack: Rescale stack

View source: R/spatial.R

rescale_stackR Documentation

Rescale stack

Description

Rescale stack

Usage

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


ecoquants/bbnj documentation built on April 4, 2023, 9:08 p.m.