R/biconnected_network.R
biconnected_network.Rd
The data set can be used to explore simple different embeddings methods on a very simple graph
biconnected_network
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