Description Usage Arguments Value Author(s) References Examples
View source: R/meanDistanceDeviation.R
This method calculates the Mean Distance Deviation.
1 | meanDistanceDeviation(g, dist = NULL)
|
g |
a graph as a graphNEL object. |
dist |
the distance matrix of the graph. If the parameter is empty the distance matrix will be calculated within the function. |
This method returns Mean Distance Deviation.
Laurin Mueller <laurin@eigenlab.net>
Skorobogatov V.A. and Dobrynin A.A., Metric analysis of graphs, match, pp. 105-151, 1988.
1 2 3 4 5 | library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
meanDistanceDeviation(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.