symlog_trans: SymLog transformation

View source: R/scale_trans.R

symlog_transR Documentation

SymLog transformation

Description

Applies a log1p transform: y = log1p(abs(x)), where:

  • x is the input vector

Usage

symlog_trans()

Details

If x is negative, the result is multiplied by -1.

See Also

Other transform: log_trans(), power_trans()


anthonynorth/rdeck documentation built on Feb. 2, 2024, 1:12 p.m.