How to visualize a large network in R?

后端 未结 5 1739
长发绾君心
长发绾君心 2020-12-07 07:50

Network visualizations become common in science in practice. But as networks are increasing in size, common visualizations become less useful. There are simply too many node

5条回答
  •  既然无缘
    2020-12-07 08:03

    Yet another interesting package is networkD3. There are a myriad of means of representing graphs within this library. In particular, I find the forceNetwork an interesting option. It is interactive and therefore allows you to really explore your network. It is great for EDA, but it maybe too "wiggly" for final work.

提交回复
热议问题