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)


grunwaldlab/metacoder documentation built on Feb. 22, 2024, 3:47 a.m.