Urbino`s University - Computing and digital innovation - Social Network Analysis
I've just converted the PDF document into images to extract the book's cover for reporting the book's link. Since I had all the images available, I've decided to upload all of them to the repository and display them ¯_(ツ)/¯_ You're a hero for having arrived at reading this text ᕙ( •̀ ᗜ •́ )ᕗ
install.packages("here")
install.packages("e1071")
install.packages("entropy")
install.packages("igraph")
install.packages("poweRlaw")
install.packages("BiocManager")
BiocManager::install("RBGL")
install.packages("RColorBrewer")
install.packages("infotheo")
install.packages("caret")
install.packages("yardstick")
install.packages("pROC")
install.packages("PRROC")
install.packages("Matrix")
install.packages("ggplot2")
install.packages("viridis")
install.packages("biclust")
install.packages("Rtsne")
install.packages("wordVectors")
install.packages("data.table")
install.packages("microbenchmark")