distotable | R Documentation |
Converts a distance matrix into a data frame.
distotable(dm)
dm |
Distance matrix. |
dm <- dist(runif(10))
print(dm)
distotable(dm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.