Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

EuclideanDistance

Classical Euclidean Distance (Pythagorean Distance)


Description

Calculates the eucliden distances among the rows of an euclidean configurations in any dimensions

Usage

EuclideanDistance(x)

Arguments

x

A matrix containing the euclidean configuration

Details

eucliden distances among the rows of an euclidean configurations in any dimensions

Value

Returns the distance matrix

Author(s)

Jose Luis Vicente Villardon

Examples

x=matrix(runif(20),10,2)
D=EuclideanDistance(x)

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.