Go to https://github.com/igraph/netuser15
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, type:
install.packages("igraph") install.packages("igraphdata") install.packages("DiagrammeR")