nroot_transform: nth root transform

Description Usage Arguments Value Examples

View source: R/nroot_transform_class.R

Description

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

Usage

1
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

1

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.