Description Usage Arguments Value Author(s) References Examples
View source: R/laplacianEstrada.R
This method calculates the Laplacian Estrada index of a graph.
1 |
g |
a graph as a graphNEL object. |
This method returns the Laplacian Estrada index of a graph as a double-precision floating point value.
Lavanya Sivakumar, Michael Schutte
G. H. Fath-Tabar and A. R. Ashrafi and I. Gutman: Note on Estrada and L-Estrada indices of graphs, Bull. Cl. Sci. Math. Nat. Sci. Math. CXXXIX, 2009
1 2 3 4 5 | library(graph)
set.seed(123)
g <- randomEGraph(as.character(1:8), 0.6)
laplacianEstrada(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.