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

[Package rhype version 0.3.0 Index]