Description Usage Arguments Details Value Author(s) See Also Examples
Takes a list of networks and returns a distance matrix using Euclidean distance.
1 |
x |
A list of networks to be used for calculating distances. |
zero.na |
LOGICAL: Should NA values be treated as zeros? |
method |
Distance/dissimilarity method to use: "euclidean" or "bray" for Bray-Curtis. |
This function computes the Euclidean (i.e. straight line) distance using all edges for all pairs of networks in a list of networks. The mathematics of using Euclidean distance to summarize the difference between two networks has not been explored fully, so use with caution.
Returns a distance objects of pairwise distance or dissimilarities for all networks.
Matthew K. Lau
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.