is_directed: Is a Hypergraph Directed

View source: R/getters_setters.R

is_directedR Documentation

Is a Hypergraph Directed

Description

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

Usage

is_directed(hype)

Arguments

hype

A hyeprgraph object.

Value

A logical value indicating whether the hyperedges are directed.

Examples

h <- example_hype()
is_directed(h)

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