log_1: log transformation handling zeros by adding 1

Description Usage Arguments

View source: R/cluster.R

Description

A conventional approach to handle 0 in log transformation is to simply add 1 to all data, log_1(x) = log(x+1). Also see ash.

Usage

1
log_1(x)

Arguments

x

a numeric vector


segmenTier documentation built on May 2, 2019, 2:49 p.m.