is_oriented {rhype}R 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)

[Package rhype version 0.3.0 Index]