Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 775 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 775 Bytes

Statistical analysis of network data

Tutorial at the useR! 2015 conference

Following the tutorial

Software needed

You will need at least igraph version 1.0.0 and igraphdata version 1.0.0. You will also need the DiagrammeR package. To install them from within R, run:

install.packages("igraph")
install.packages("igraphdata")
install.packages("DiagrammeR")