Data Visualisation Programming Assignment 2:
What is the data that you chose? Why? Answer: Dolphin Social Network. I choose this because it was a controlled sample set.
Did you use a subset of the data? If so, what was it? Answer: No.
Are there any particular aspects of your visualization to which you would like to bring attention? Answer:
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")