Description Usage Format Examples
The data set can be used to explore simple different embeddings methods on a very simple graph
1 |
An igraph network with 7 nodes and 19 edges which forms three biconnected components:
The name of the edge connecting the two vertices
The edge weight connecting the two vertices. This value is 1000 for edges connecting nodes A to D, it is 500 for edges connecting nodes E to G, it is 100 connecting nodes D and E
The force produced by each node. It was calculated by subtracting the mean node centrality for the network from the node centrality
The group each node is in. This can be used to generate force if required
1 | ## Not run: plot(biconnected_network)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.