listNodePairs {noisySBM}R Documentation

returns a list of all possible node pairs (i,j)

Description

returns a list of all possible node pairs (i,j)

Usage

listNodePairs(n, directed = FALSE)

Arguments

n

number of nodes

directed

indicates if the graph is directed

Value

a 2-column matrix with all possible node pairs (i,j)


[Package noisySBM version 0.1.4 Index]