As we saw earlier, network visualization in R is a breeze with the visNetwork package. The graphs are gorgeous, interactive, and fun to play with. In this article, we'll look at how we can customize the nodes of our network to convey additional information. First, we'll learn how to color a network ... READ the POST
Giving your networks a user-friendly makeover
When it comes to network analysis, igraph is a beast of a package with extensive documentation. If you do network analysis in R, chances are you've at least heard of it. With igraph, you can create and compare deterministic or stochastic networks, calculate centrality measures, and find communities ... READ the POST