spectra {rhype} | R Documentation |
Find the Spectra of a Hypergraph
spectra(hype, matrix = "laplacian", n = NULL)
hype |
A hypergraph object |
matrix |
The matrix to calculate the spectra with respect to. Out of
|
n |
The number of eigenvalues or eigenvectors to calculate. If left empty or
as |
The eigen decomposition of the given matrix of the given hypergraph
h <- example_hype()
spectra(h)