graph_distances | R Documentation |
Computes a distance estimate for each graph pair. Each graph is first summarized as a vector which counts for every leaf pair how many internal nodes reach that pair. The distance between two graphs is the Euclidean distance between the vectors of two graphs, and is scaled to fall between 0 and 1.
graph_distances(graphlist)
graphlist |
List of graphs |
A data frame with graph distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.