R is a free software environment for statistical computing and graphics. You can download it from its official website. https://www.r-project.org/ In the following, we share the R codes for collecting twitter search network data. This network data is created from tweets containing #BoilerUp hashtag. We create a node for each unique Twitter user who either tweeted one of those tweets,…
Continue Reading→Category: Social Network
Having Trouble Launching Gephi: Gephi and Java
Gephi is a free software which costs users nothing. On the other hand, we may not expect the same level of stability as provided by the commercial software. One of the common problem is the comparability of Gephi with the Java platform installed. Gephi 0.9.0, Gephi 0.9.1, and Gephi 0.9.2 have been tested on Java 7 and Java 8. Therefore,…
Continue Reading→Visualize a network data in Gephi step by step
Visualization of social network data has provided an interesting approach to understand the diffusion of consumer information among customer network. In the following, I provide a step by step instruction of visualizing Nike’ s famous hash tag: #justdoit. I first collect all recent tweets that contain the hash tag of “justdoit” from Twitter. In the data, each twitter account that…
Continue Reading→