get_dist: Get a distance matrix

View source: R/get_dist.R

get_distR Documentation

Get a distance matrix

Description

[Stable]

Get the distance matrices from objects fitted with the function clustering(). This is especially useful to get distance matrices from several objects to be further analyzed using pairs_mantel().

Usage

get_dist(..., digits = 2)

Arguments

...

Object(s) of class clustering.]

digits

The number of significant figures. Defaults to 2.

Value

A list of class clustering.

Author(s)

Tiago Olivoto tiagoolivoto@gmail.com

Examples


library(metan)
d <- data_ge2 %>%
      mean_by(GEN) %>%
      column_to_rownames("GEN") %>%
      clustering()
get_dist(d)



TiagoOlivoto/WAASB documentation built on April 30, 2024, 6:15 p.m.