Learn R Programming

QuACN (version 1.8.0)

distanceDegreeEquality: Mean information content of distance-degree equality

Description

This method calculates the mean information content of distance-degree equality.

Usage

distanceDegreeEquality(g, dist=NULL)

Arguments

g
a graph as a graphNEL object.
dist
the distance matrix of the graph. Will be calculated automatically if not supplied.

Value

The mean information content of distance-degree equality as a double-precision floating point value.

References

D. Bonchev, Information Theoretic Indices for Characterization of Chemical Structures, Research Studies Press, Chichester, 1983

Examples

Run this code
set.seed(987)
g <- randomEGraph(as.character(1:10), 0.3)

distanceDegreeEquality(g)

Run the code above in your browser using DataLab