Description Usage Arguments Value Author(s) Examples
View source: R/link_predictors.R
Given a network of interest with N nodes and L links, produces a matrix with N(N-1)/2 - L rows and 2 columns containing the list of disconnected node pairs in the network.
1 |
g |
igraph; The network of interest. |
A matrix with the disconnected node pairs in the network.
Gregorio Alanis-Lobato galanisl@uni-mainz.de
1 2 3 | # Determine which node pairs are disconnected in the Zacharay Karate Club
# network
non_edges <- get_non_edges(g = karate_club)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.