README.md

GraphStats

Produce summary statistics in data frames for igraph networks

Calling analyze.graph(graph) will return a list of data frames:

The data frame structure for node is:

|Node| In| Out | Degree |WeightedDegree |EigenCentrality |Betweenness |PageRank |----| --- |---| -------|-------------- |--------------- |----------- |------- |1 | 0 | 1| 1| 1 | 0.007372396 | 0.000000 |0.004003801

|Source| Target| Type |Weight| |------| ------ |-------- |-----| |1 |0 |Directed |1|

|Nodes| Edges |AverageDegree |Density | Diameter |----- |-----| -------------| ---------- |-------- | 77 | 254| 6.597403 | 0.08680793| 5

Examples

library(igraph)
LesMis <- graph.data.frame(Gephi.LesMiserables)
lm <- analyze.graph(LesMis)


dougneedham/GraphStats documentation built on May 15, 2019, 10:44 a.m.