log_transform {structToolbox}R Documentation

logarithm transform

Description

A logarithmic transform is applied to all values in the data matrix.

Usage

log_transform(base = 10, ...)

Arguments

base

(numeric) The base of the logarithm used for the transform. The default is 10.

...

Additional slots and values passed to struct_class.

Value

A log_transform object.

struct object

Examples

M = log_transform()

[Package structToolbox version 1.4.3 Index]