logRasterStack {eRTG3D} | R Documentation |
Avoids the problem of -Inf occuring for log(0).
logRasterStack(rStack, standartize = FALSE, InfVal = NA)
rStack |
rasterStack to convert to logarithmic scale |
standartize |
logical: standartize cube between 0 and 1 |
InfVal |
the value that |
A rasterStack in logarithmic scale
logRasterStack(raster::stack(dem))