Description Usage Arguments Value Author(s)
View source: R/rank_transform_vec_function.R
Rank transform a dataset, i.e., for each input value provide an output value from a given target vector. The target vector will be rearranged such that the ranking of values corresponds the ranking of the input vector values.
1 | rank_transform_vec(x, y)
|
x |
Input vector |
y |
Target vector |
Vector of transformed values
Nikolai Knapp, nikolai.knapp@ufz.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.