euclidDist: Euclidean Distance

View source: R/euclidDist.R

euclidDistR Documentation

Euclidean Distance

Description

Computes the euclidean distance between two points with equal dimentions

Usage

euclidDist(point1, point2)

Arguments

point1

the first point (numeric value / numeric vector)

point2

the first point (numeric value / numeric vector)

Value

the euclidean distance between the points (numeric value)

Examples

euclidDist(15, 30)
euclidDist(c(1,2,3), c(4,5,6))

FrederikGantzel/FrederikClusteringAlgorithms documentation built on June 14, 2022, 11:42 p.m.