get_euclidean_distance {singleCellHaystack} | R Documentation |
Calculate the Euclidean distance between x and y.
Description
Calculate the Euclidean distance between x and y.
Usage
get_euclidean_distance(x, y)
Arguments
x |
A numerical vector. |
y |
A numerical vector. |
Value
A numerical value, the Euclidean distance.
[Package singleCellHaystack version 1.0.2 Index]