dist2pairs: Convert dist object to pair table

View source: R/utils.R

dist2pairsR Documentation

Convert dist object to pair table

Description

This functions converts an object of the class "dist" to a tidy table with the columns object_1, object_2 and distance.

Usage

dist2pairs(dist)

Arguments

dist

An object of the class "dist"

Value

A tibble


SWittouck/tidyorthogroups documentation built on Feb. 2, 2023, 12:45 a.m.