euclidean_distance {hmsr}R Documentation

Euclidean distance

Description

Euclidean distance

Usage

euclidean_distance(x, y)

Arguments

x
  • numeric

y
  • numeric

Value

numeric - euclidean distance between x and y

Examples

euclidean_distance(c(1, 1), c(1, 2))

[Package hmsr version 1.0.1 Index]