molten_dist: Get all distances between points

View source: R/heat_tree--vertex_size.R

molten_distR Documentation

Get all distances between points

Description

Returns the distances between every possible combination of two points.

Usage

molten_dist(x, y)

Arguments

x

(numeric of length 1) x coordinate

y

(numeric of length 1) y coordinate

Value

A data.frame

Examples

## Not run: 
molten_dist(x = 1:5, y = 1:5)

## End(Not run)


metacoder documentation built on April 4, 2023, 9:08 a.m.