View source: R/lazarus_count.R
fiedler_order | R Documentation |
Returns the permutation induced by sorting the Fiedler vector of the Laplacian matrix of a graph
fiedler_order(g, mode = "cols")
g |
an igraph object or a (0,1)-matrix |
mode |
one of "mcl" (clique vertex matrix), "cols" (Lazarus count of columns) "rows" (Lazarus count of rows) or "sym" (Lazarus count of both columns and rows). |
numeric vector
David Schoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.