has_real_coef {rhype} | R Documentation |
Takes a hypergraph object and returns whether there are real coefficients associating vertices to hyperedges.
has_real_coef(hype)
hype |
A hypergraph object. |
A logical value indicating whether there are real cofficients associating vertices to hyperedges.
h <- example_hype()
has_real_coef(h)