man: man

Description Usage Arguments Value Examples

View source: R/get_distance.R

Description

man

Usage

1
man(point1, point2)

Arguments

point1

vector with numeric values

point2

vector with numeric values

Value

float, the distance between point1 and point2 based on the manhattan

Examples

1
man(c(0,0,0), c(1,0,0))

UBC-MDS/distrrr documentation built on May 6, 2019, 12:07 p.m.