fiedler_order: Permutation induced by Fiedler vector

View source: R/lazarus_count.R

fiedler_orderR Documentation

Permutation induced by Fiedler vector

Description

Returns the permutation induced by sorting the Fiedler vector of the Laplacian matrix of a graph

Usage

fiedler_order(g, mode = "cols")

Arguments

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).

Value

numeric vector

Author(s)

David Schoch


schochastics/levelnet documentation built on Feb. 3, 2023, 4:20 a.m.