log_transform {structToolbox} | R Documentation |
Applies a log transform to the input data
log_transform(base = 10, ...)
base |
The base of the logarithm. Default is 10, resulting in a log10 transformation of the data. |
... |
additional slots and values passed to struct_class |
struct object
M = log_transform()