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)
A list of class clustering.
clustering
Object(s) of class clustering.]
The number of significant figures. Defaults to 2.
2
Tiago Olivoto tiagoolivoto@gmail.com
# \donttest{ library(metan) d <- data_ge2 %>% mean_by(GEN) %>% column_to_rownames("GEN") %>% clustering() get_dist(d) # }
Run the code above in your browser using DataLab