English: Logo for R (Photo credit: Wikipedia) |
GraphStats
Today is a small entry. I recently created GraphStats- an R package for putting the basic statistics igraph generates into data frames.
GraphStats
Right now it is pretty primitive, but I have some ideas of how to grow it and combine it with some other new packages I have in mind.
Please take a look, install it, and give it a try. Feedback is welcome.
Insallation is easy:
install_github("dougneedham/GraphStats")
Then to see a sample do:
LesMis <- graph.data.frame(Gephi.LesMiserables)
lm <- analyze.graph(LesMis)
lm$Graph will show the summary I have today.
Give it a try, and let me know what else could be useful.
No comments:
Post a Comment