Description Usage Arguments Value Examples
This uses networkx
and pandas
python libraries to convert
a networkx
graph object to an R igraph
object, including
whether the graph is bipartite.
1 | netx2igraph(path)
|
path |
A path to a |
An igraph
object equivalent with all the components in
path
.
1 2 3 | library(igraph)
board_network <- netx2igraph("path/to/networkx/board-network.json")
vcount(board_network)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.