distanceDegreeEquality: Mean information content of distance-degree equality

Description Usage Arguments Value Author(s) References Examples

View source: R/distanceDegreeEquality.R

Description

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

Usage

1

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.

Author(s)

Michael Schutte

References

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

Examples

1
2
3
4
set.seed(987)
g <- randomEGraph(as.character(1:10), 0.3)

distanceDegreeEquality(g)

QuACN documentation built on May 2, 2019, 8:18 a.m.