rescale_stack | R Documentation |
Rescale stack
rescale_stack(
s,
from_all = T,
rescale = T,
log = F,
inverse = F,
multiply_area = F
)
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 |
raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.