similarity_df: similarity score

Description Usage Arguments Value

Description

Essentially a pair-wise euclidean distance between each vector in the list

Usage

1
similarity_df(x, return_matrix = TRUE, ...)

Arguments

x

dataframe of compound vectors, with a compound vector per column

return_matrix

if TRUE will return a distance matrix, otherwise a dataframe will be returns

...

additional arguments to pass to distance function, see dist

Value

distance matrix or dataframe, dependent on return_matrix


Swarchal/TISS documentation built on May 9, 2019, 3:24 p.m.