distance_between: Calculate distance between vectors

View source: R/spatial.R

distance_betweenR Documentation

Calculate distance between vectors

Description

Measure the distance between two points 'from' and 'to'

Usage

distance_between(from, to, norm)

Arguments

from, to

Endpoints of the distance to be calculated

norm

optional norm argument from list 'euclidean', 'manhattan', 'L1', 'L2', 'infinity'


MrMallIronmaker/dddr documentation built on May 11, 2022, 8:39 p.m.