laplacian_matrix {rhype} | R Documentation |
Find the Laplacian Matrix of a Hypergraph
Description
Find the Laplacian Matrix of a Hypergraph
Usage
laplacian_matrix(hype)
Arguments
hype |
A hypergraph object |
Value
The laplacian matrix of the hypergraph
Examples
h1 <- example_hype()
laplacian_matrix(h1)
[Package rhype version 0.3.0 Index]