upgma.c | R Documentation |
this function is just a wraper for the hclut function which calculates an upgma dendrogram from a distance matrix. The function also converts a the hclust object in a phylo object.
upgma.c(df, method = "average", ...)
df |
a squar data frame with similarity index as values |
method |
same methods as in hclust function |
... |
ignored |
stats::hclust()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.