Description Usage Arguments Value See Also Examples
View source: R/transforms.lib.R
Transform a trait.
1 | transformTrait(x, transform, mult = 1, ...)
|
x |
a numeric vector (of a trait). |
transform |
a character vector, the name of transformation.
Possible values are returned by |
mult |
A numeric, the multiplicator for the transformed value of a trait.
The default value is |
... |
additional parameters passed to internal |
A numeric vector, which contains the transformed values (of a trait).
availableTransforms
, transformData
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.