is_oriented: Is a Hypergraph Oriented

View source: R/getters_setters.R

is_orientedR Documentation

Is a Hypergraph Oriented

Description

Takes a hypergraph object and returns whether the hyperedges are oriented.

Usage

is_oriented(hype)

Arguments

hype

A hypergraph object.

Value

A logical value indicating whether the hyperedges are oriented.

Examples

h <- example_hype()
is_oriented(h)

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