Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/spectral_measures.R
This function calculates the change in graph energy observed due to the deletion of each node in the graph.
1 | delta_energy_mult(graphs)
|
graphs |
A list of igraph objects |
Fornito, Zalesky, and Bullmore define a delta centrality measure as one that measures the change in a global property of the graph that occurs due to the deletion of a node or edge (Fornito et al, 2016). One informative global property is the energy of a graph. Graph energy was originally applied in organic chemistry to quantify the stability of molecular orbitals associated with pi-electrons (Li, Shi, & Gutman, 2012). The graph energy informs about the connectivity of the graph as a whole. A graph energy of zero means the nodes are not connected at all. Therefore, to understand the importance of a particular node to the connectivity of the graph a node can be removed and the change in graph energy used as a measure of node importance.
A matrix of centrality scores for each node in each graph.
Brandon Vaughan
Fornito, A., Zalesky, A., & Bullmore, E. (2016). Centrality and Hubs. Chapter 5. Fundamentals of Brain Network Analysis, 137-161. doi:10.1016/b978-0-12-407908-3.00005-4
Li, X.; Shi, Y.; Gutman, I. (2012), Graph Energy, New York: Springer, ISBN 978-1-4614-4219-6.
laplace_centr_mult
graph_energy_mult
fiedler_value_mult
1 | delta_e = delta_energy_mult(Graphs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.