normalizedEdgeComplexity: Normalized Edge Complexity

Description Usage Arguments Value Author(s) References Examples

View source: R/normalizedEdgeComplexity.R

Description

This method calculates the Normalized Edge Complexity.

Usage

1

Arguments

g

a graph as a graphNEL object.

ita

the total adjacency measure.

Value

This method returns the Normalized Edge Complexity

Author(s)

Laurin Mueller <laurin@eigenlab.net>

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

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

normalizedEdgeComplexity(g)

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