View source: R/nroot_transform_class.R
| nroot_transform | R Documentation |
All values in the data matrix are transformed by raising them to the power of 1/n.
nroot_transform(root = 2, ...)
root |
(numeric) The nth root used for the transform. The default is |
... |
Additional slots and values passed to |
A nroot_transform object with the following output slots:
transformed | (DatasetExperiment) A DatasetExperiment object containing the nth root transformed data. |
A nroot_transform object inherits the following struct classes:
[nroot_transform] >> [model] >> [struct_class]
M = nroot_transform(
root = 2)
M = nroot_transform()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.