View source: R/pointCloudAnalysis3D.R
| logRasterStack | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.