laplacian_matrix_complex: Complex Graph Laplacian

View source: R/complex_matrices.R

laplacian_matrix_complexR Documentation

Complex Graph Laplacian

Description

The Laplacian of a signed graph containing ambivalent ties.

Usage

laplacian_matrix_complex(g, attr, norm = FALSE)

Arguments

g

igraph object.

attr

edge attribute name that encodes positive ("P"), negative ("N") and ambivalent ("A") ties.

norm

Whether to calculate the normalized Laplacian. See definitions below.

Details

See laplacian_matrix of igraph for more details. In the complex case, D is a diagonal matrix containing the absolute values of row sums of the complex adjacency matrix.

Value

a complex matrix

Author(s)

David Schoch

See Also

laplacian_matrix_signed


signnet documentation built on Sept. 9, 2023, 1:06 a.m.