View source: R/structural.properties.R
graph.laplacian | R Documentation |
graph.laplacian()
was renamed to laplacian_matrix()
to create a more
consistent API.
graph.laplacian(
graph,
normalized = FALSE,
weights = NULL,
sparse = igraph_opt("sparsematrices")
)
graph |
The input graph. |
normalized |
Deprecated, use |
weights |
An optional vector giving edge weights for weighted Laplacian
matrix. If this is |
sparse |
Logical scalar, whether to return the result as a sparse
matrix. The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.