Compute the Laplacian matrix of a graph given its adjacency matrix
laplacian(x, norm = c("none", "sym", "asym"))
x
Adjacency matrix
norm
Type of normalisation
Laplacian matrix
Fabian Schmich