Skip to content

Instantly share code, notes, and snippets.

@gaborcsardi
Last active December 2, 2018 01:28
Show Gist options
  • Save gaborcsardi/6952578 to your computer and use it in GitHub Desktop.
Save gaborcsardi/6952578 to your computer and use it in GitHub Desktop.
How to install the igraph R package
# Download the package from CRAN and install it automatically
install.packages("igraph")
# Load the package
library(igraph)
@infomera
Copy link

Error in bibliothèque(igraph) :
impossible de trouver la fonction "bibliothèque"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment