powered by
Obtain standardized Laplacian matrix given adjacency matrix
laps(A)
adjacency matrix
Laplacian matrix
# NOT RUN { a <- matrix(0, 2, 2) la <- laps(a) # }
Run the code above in your browser using DataLab