Learn R Programming

QuACN (version 1.8.0)

normalizedEdgeComplexity: Normalized Edge Complexity

Description

This method calculates the Normalized Edge Complexity.

Usage

normalizedEdgeComplexity(g, ita = NULL)

Arguments

g
a graph as a graphNEL object.

ita
the total adjacency measure.

Value

References

D. Bonchev and D. H. Rouvray, Complexity in Chemistry, Biology, and Ecology, ser. Mathematical and Computational Chemistry. Springer, 2005, New York, NY, USA.

Examples

Run this code

library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)

normalizedEdgeComplexity(g)

Run the code above in your browser using DataLab