LIS 4317: Module # 12
Module # 12
I was able to install and load the necessary packages, such as GGally, igraph, and ggplot2, for network visualization. The network was successfully visualized using the ggnet2 function from the GGally package, and the erdos.renyi.game function from the igraph package was successfully used to generate a random network. Because of this, the random network may be successfully visualized using ggnet2, giving rise to a rudimentary depiction of the network topology.
Throughout the procedure, there were a number of difficulties and mistakes. I first ran into issues when trying to use functions from the network package, like rgraph and as.network, because I was using the wrong functions and didn't have the necessary dependencies. Moreover, I have made the mistake of applying functions from the network and SNA packages when they are not required for the visualization process, which has caused confusion and needless difficulties.
Despite several significant obstacles and setbacks along the road, the process of developing the social network visualization was ultimately successful. These challenges offered priceless teaching moments and emphasized how crucial it is to pay close attention to function usage, package dependencies, and error interpretation during the development process.
Comments
Post a Comment