先行事例を参考にigraphでTwitterのネットワークを描いてみる。 参考にしたのは、 iGraphでTwitterのネットワークを表してみる Rとigraphでなんちゃってネットワーク解析 twitter's social network analysis Dr. MATSUDA, N. 今回はtwitteRを使って、誰をフォローしているか?というネットワーク図を描いてみる。 library(twitteR) library(igraph) # まずはYMO人脈周辺の有名人の方々をサンプルに。 account <- c("o3a3", "takano_hiroshi", "postymo","room66plus", "skmt09", "t0da", "Eguchinn") edge <- NULL for (i in account){ friends <- userFriend