spectra {rhype} | R Documentation |
Find the Spectra of a Hypergraph
Description
Find the Spectra of a Hypergraph
Usage
spectra(hype, matrix = "laplacian", n = NULL)
Arguments
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 |
Value
The eigen decomposition of the given matrix of the given hypergraph
Examples
h <- example_hype()
spectra(h)
[Package rhype version 0.3.0 Index]