has_real_coef {rhype} | R Documentation |
Does a Hypergraph Have Real Coefficients
Description
Takes a hypergraph object and returns whether there are real coefficients associating vertices to hyperedges.
Usage
has_real_coef(hype)
Arguments
hype |
A hypergraph object. |
Value
A logical value indicating whether there are real cofficients associating vertices to hyperedges.
Examples
h <- example_hype()
has_real_coef(h)
[Package rhype version 0.3.0 Index]