hype_size: Get The Size Of A Hypergraph

View source: R/getters_setters.R

hype_sizeR Documentation

Get The Size Of A Hypergraph

Description

The size of a hypergraph is the number of hyperedges it contains

Usage

hype_size(hype)

Arguments

hype

A hypergraph object

Value

A number representing the number of hyperedges in a hypergraph

Examples

h1 <- example_hype()
hype_size(h1)

hwarden162/hyper documentation built on Sept. 15, 2022, 5:21 a.m.