Chapter 2 igraph를 이용한 네트워크

rm(list = ls())    # 지금까지 생성한 모든 개체를 메모리에서 제거
library(igraph)    # igraph 패키지 불러오기
## 
## Attaching package: 'igraph'
## The following objects are masked from 'package:stats':
## 
##     decompose, spectrum
## The following object is masked from 'package:base':
## 
##     union