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/tidygenomes documentation built on Feb. 1, 2023, 9:50 p.m.