vertexDegree: Vertex degree equality-based information index.

Description Usage Arguments Value Author(s) References Examples

View source: R/vertexDegree.R

Description

This method calculates the vertex degree equality-based information index

Usage

1
vertexDegree(g, deg = NULL)

Arguments

g

a graph as a graphNEL object.

deg

the degree of each node of g.

Value

This method returns the Vertex degree equality-based information index.

Author(s)

Laurin Mueller

References

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

Examples

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

vertexDegree(g)

QuACN documentation built on May 2, 2019, 5:46 p.m.