Learn R Programming

metan (version 1.15.0)

get_dist: 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.

Examples

Run this code
# NOT RUN {
library(metan)
d <- data_ge2 %>%
      means_by(GEN) %>%
      column_to_rownames("GEN") %>%
      clustering()
get_dist(d)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab