hyperedge_list: Get Hyperedge List

View source: R/getters_setters.R

hyperedge_listR Documentation

Get Hyperedge List

Description

Take a hypergraph object and return its hyperedge list.

Usage

hyperedge_list(hype)

Arguments

hype

A hypergraph object

Value

A hyperedge list. See main documentation for more details on its structure

Examples

h <- example_hype()
hyperedge_list(h)

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