hype_order: Get The Order Of A Hypergraph

View source: R/getters_setters.R

hype_orderR Documentation

Get The Order Of A Hypergraph

Description

The order of a hypergraph is the number of vertices it has

Usage

hype_order(hype)

Arguments

hype

A hypergraph object

Value

A number representing the number of vertices in the hypergraph

Examples

hype <- example_hype()
hype_order(hype)

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