Description Usage Arguments Examples
View source: R/random_rotation.R
Use an in-sample rank map (v_map) to obtain the ranks of an out-of-sample input vector v
1 | uni_rank(v, v_map)
|
v |
numeric input vector |
v_map |
list of inputs and corresponding mapped values |
1 | uni_rank(c(1.7, 2.1, 3.5), zero_one_rank_map(0, 1, 4, 9))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.