Ln: Robust natural log

View source: R/convenience.R

LnR Documentation

Robust natural log

Description

Robust natural log

Usage

Ln(x)

Arguments

x

Numeric vector or scalar

Value

natural log transformation of x, Ln(0) ==0

Examples

Ln(5)== log(5)
Ln(0)
# base log(0) returns unhelpful -Inf
log(0)


mikeroswell/MeanRarity documentation built on May 5, 2024, 4:50 p.m.