r package for graphs with nested subgraphs? [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-10 18:08:19

问题


I am looking for an r package for graphs / networks which can deal with nested subgraphs. Graphviz does this but only provides for visualisation - I want classes or some way of representing the data structures themselves. igraph has subgraphs but they can't be nested as far as I can see.

To clarify, I already use DiagrammeR and Rgraphviz for drawing networks - but I want to analyse and manipulate e.g., say,

(pseudocode)

newnet = oldnet + myAddedNode 

to add a node to oldnet in order to make a new network called newnet.

来源:https://stackoverflow.com/questions/29736324/r-package-for-graphs-with-nested-subgraphs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!