get_ranks: Get Ranks

View source: R/rTEM_multimer_simulation.R

get_ranksR Documentation

Get Ranks

Description

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

Usage

get_ranks(distance, weights)

Arguments

distance

vector of distances

weights

vector of weights. Should be same length as distances


rolandrolandroland/rTEM documentation built on March 29, 2025, 2:17 p.m.