get_euclidean_distance: Calculate the Euclidean distance between x and y.

View source: R/haystack_highD.R

get_euclidean_distanceR 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.


alexisvdb/singleCellHaystack documentation built on Jan. 17, 2024, 10:45 a.m.