has_real_coef: Does a Hypergraph Have Real Coefficients

View source: R/getters_setters.R

has_real_coefR 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)

rhype documentation built on Aug. 6, 2022, 5:05 p.m.