radialCentric: Radial Centric Information Index

Description Usage Arguments Value Author(s) References Examples

View source: R/radialcentric.R

Description

This method calculates the Radial Centric Information Index.

Usage

1

Arguments

g

a graph as a graphNEL object.

dist

the distance matrix of the graph. If the parameter is empty the distance matrix will be calculated within the function.

Value

This method returns the Radial Centric Information Index.

Author(s)

Laurin Mueller <laurin@eigenlab.net>

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)

radialCentric(g)

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