View source: R/rTEM_multimer_simulation.R
get_ranks | R Documentation |
For an input distances d_1, d_2, d_3
and weights w_1, w_2, w_3
,
returns weighted distance \sqrt{w_1 d_1^2 + w_2 d_2^2 + w_3 d_3^2}
@export
get_ranks(distance, weights)
distance |
vector of distances |
weights |
vector of weights. Should be same length as distances |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.