Description Usage Arguments Value
View source: R/adjacency_mode_tools.R
Determine the right adjacency matrix subsetting function according to the chosen igraph mode
1 |
mode |
Character scalar, specifies how igraph should interpret the supplied matrix. Default
here is directed. Possible values are: directed, undirected, upper, lower, max, min, plus.
Added vector too. See details
|
a subsetting function among non.diagonal
, upper.tri
, lower.tri
or function(V) {rep(TRUE,length(V))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.