项目作者: oliviergimenez

项目描述 :
Social network analysis of Star Wars: The Attack of the Clones
高级语言: HTML
项目地址: git://github.com/oliviergimenez/starwars_network.git
创建时间: 2016-08-07T10:06:42Z
项目社区:https://github.com/oliviergimenez/starwars_network

开源协议:

下载


Network analysis of Star Wars The Attack of the Clones in R

This is a free adaptation of two (very) clever analyses made by others:

The aim here is to try and reproduce Evelina’s analysis using R only, using David’s contribution plus several tweaks I
found here and there on the internet. The results can be seen on this post.

Disclaimer: The original blog posts are awesome and full of relevant details, check them out!
My objective here was to teach myself how to manipulate data using trendy R packages and do some network analyses.
Some comments in the R script have been copied and pasted from these blogs, the credits entirely go to the authors Evelina and David.
Last but not least, my code comes with mistakes probably.