Learn R Programming

metacoder (version 0.3.8)

molten_dist: Get all distances between points

Description

Returns the distances between every possible combination of two points.

Usage

molten_dist(x, y)

Value

A data.frame

Arguments

x

(numeric of length 1) x coordinate

y

(numeric of length 1) y coordinate