library(igraph)
library(graphlayouts)
library(ggraph)
library(networkdata)Social Network Analysis
Worksheet 6: Network Visualization I
Load Packages
Prepare data
# load the game of thrones dataset
data(got)
gotS1 <- got[[1]]Basic plotting
Note
This plot is not representative for the capabilities of igraph. Check out this tutorial