log_transform {structToolbox} | R Documentation |
A logarithmic transform is applied to all values in the data matrix.
log_transform(base = 10, ...)
base |
(numeric) The base of the logarithm used for the transform. The default is |
... |
Additional slots and values passed to |
A log_transform
object.
struct object
M = log_transform()