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.

Examples

M = nroot_transform()

[Package structToolbox version 1.2.0 Index]