Description Usage Arguments Examples
To sort edges in a decreasing order of their savings
1 | Sorted_Edges(DMat)
|
DMat |
– Distance matrix |
1 2 3 4 5 | data(An32k5locations)
DMat <- DistMat(An32k5locations)
row.names(DMat) <- An32k5locations[, 1]
colnames(DMat) <- An32k5locations[, 1]
Sorted_Edges(DMat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.