Last active
December 2, 2018 01:28
-
-
Save gaborcsardi/6952578 to your computer and use it in GitHub Desktop.
How to install the igraph R package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download the package from CRAN and install it automatically | |
install.packages("igraph") | |
# Load the package | |
library(igraph) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error in bibliothèque(igraph) :
impossible de trouver la fonction "bibliothèque"