Learn R Programming

QuACN (version 1.8.0)

radialCentric: Radial Centric Information Index

Description

This method calculates the Radial Centric Information Index.

Usage

radialCentric(g, dist = NULL)

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

References

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

Examples

Run this code

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

radialCentric(g)

Run the code above in your browser using DataLab