pdist: Distance betwen vector and matrix

Description Usage Arguments Value

View source: R/ps_metrics.R

Description

This function computes and returns the minimum distance between a vector and a matrix

Usage

1
pdist(point, set, method = "manhattan")

Arguments

point

numeric vector

set

numeric matrix

method

String stating which distance measure to be used. This must be one of: "euclidean" or "manhattan" (default).

Value

numeric value indicating the minimum distance between point and set.


coldfir3/moko documentation built on May 13, 2019, 8:49 p.m.