is.connected: Is the hypergraph connected?

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Uses the igraph is.connected function to determine if a hypergraph is connected.

Usage

1

Arguments

h

a hypergraph.

Details

First the hypergraph is converted to a graph. Then the resulting graph is passed to the igraph is.connected function.

Value

a logical.

Author(s)

David J. Marchette dmarchette@gmail.com

See Also

is.connected.

Examples

1
2
3
4

HyperG documentation built on March 4, 2021, 5:06 p.m.

Related to is.connected in HyperG...