nroot_transform {structToolbox}R Documentation

nth root transform

Description

All values in the data matrix are transformed by raising them to the power of 1/n.

Usage

nroot_transform(root = 2, ...)

Arguments

root

(numeric) The nth root used for the transform. The default is 2.

...

Additional slots and values passed to struct_class.

Value

A nroot_transform object with the following output slots:

transformed (DatasetExperiment) A DatasetExperiment object containing the nth root transformed data.

Examples

M = nroot_transform()

[Package structToolbox version 1.5.7 Index]