powered by
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.
clustering
pairs_mantel
get_dist(..., digits = 2)
Object(s) of class clustering.]
The number of significant figures. Defaults to 2.
2
A list of class clustering.
# 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