logRasterStack: Converts a rasterStack to logarithmic scale

Description Usage Arguments Value Examples

View source: R/pointCloudAnalysis3D.R

Description

Avoids the problem of -Inf occuring for log(0).

Usage

1
logRasterStack(rStack, standartize = FALSE, InfVal = NA)

Arguments

rStack

rasterStack to convert to logarithmic scale

standartize

logical: standartize cube between 0 and 1

InfVal

the value that Inf and -Inf should be rpeplaced with

Value

A rasterStack in logarithmic scale

Examples

1

munterfi/eRTG3D documentation built on Feb. 25, 2022, noon