eucl: Euclidean Distance of a Point to a Vector

Description Usage Arguments Author(s)

Description

Euclidean Distance of a Point to a Vector

Usage

1
eucl(x, y)

Arguments

x

a numeric vector representing the origin from which to calculate the distance to y

y

a data.frame or matrix representing the points to which you want to calculate the distance from x. ncol(y) must equal length(x).

Author(s)

Julian Spagnuolo


JulianSpagnuolo/FACkit documentation built on June 24, 2019, 12:18 p.m.