estrada: Estrada index

Description Usage Arguments Value Author(s) References Examples

View source: R/estrada.R

Description

This method calculates the Estrada index of a graph.

Usage

1

Arguments

g

a graph as a graphNEL object.

Value

This method returns the estrada index of a graph as a double-precision floating point value.

Author(s)

Lavanya Sivakumar, Michael Schutte

References

E. Estrada: Characterization of 3D molecular structure. Chemical Physics Letters, 319:713-718, 2000

Examples

1
2
3
4
5
library(graph)
set.seed(123)
g <- randomEGraph(as.character(1:8), 0.6)

estrada(g)

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