Data Visualisation Programming Assignment 2:

  1. What is the data that you chose? Why? Answer: Dolphin Social Network. I choose this because it was a controlled sample set.

  2. Did you use a subset of the data? If so, what was it? Answer: No.

  3. Are there any particular aspects of your visualization to which you would like to bring attention? Answer:

  4. What do you think the data, and your visualization, shows? Answer: The network shows the communication

library(multiplex)
library(d3Network)

The Force Directed Graph of the Dolphins Social Network:

gml_data <- read.gml("dolphins.gml", directed = TRUE)
d3SimpleNetwork(gml_data, file = "dolphin_social.html")