sqrtManhattan {biplotEZ}R Documentation

Computes the square root of the Manhattan distance An example of a Euclidean embeddable distance metric

Description

Computes the square root of the Manhattan distance An example of a Euclidean embeddable distance metric

Usage

sqrtManhattan(X)

Arguments

X

matrix of samples x variables for computation of samples x samples distance matrix

Value

a dist object

Examples

sqrtManhattan(iris[,1:4])

[Package biplotEZ version 2.0 Index]