norm: Whether to calculate the normalized Laplacian. See definitions below.
sparse: Logical scalar, whether to return the result as a sparse matrix. The Matrix package is required for sparse matrices.
Returns
a numeric matrix
Details
See laplacian_matrix of igraph for more details. In the signed case, D is a diagonal matrix containing the absolute values of row sums of the signed adjacency matrix.