rdist: rdist: an R package for distances

Description Usage Arguments Details

View source: R/distance_functions.r

Description

rdist provide a common framework to calculate distances. There are three main functions:

In particular the cdist function is often missing in other distance functions. All calculations involving NA values will consistently return NA.

Usage

1
2
3
4
5
rdist(X, metric = "euclidean", p = 2L)

pdist(X, metric = "euclidean", p = 2)

cdist(X, Y, metric = "euclidean", p = 2)

Arguments

X, Y

A matrix

metric

The distance metric to use

p

The power of the Minkowski distance

Details

Available distance measures are (written for two vectors v and w):


rdist documentation built on May 4, 2020, 5:13 p.m.