mm_transf_log10: Common log transform

View source: R/align.R

mm_transf_log10R Documentation

Common log transform

Description

Transform a vector by the common log (base 10).

Usage

mm_transf_log10(x)

Arguments

x

A numeric vector to be scaled. Missing values will produce NA, conduct knn imputation using mm_FillMissing first.

Value

Returns a scaled vector

Examples

mm_transf_log10(1:10)

moRphomenses documentation built on April 3, 2025, 7:51 p.m.