print.hypergraph {HyperG}R Documentation

Print a hypergraph to the console.

Description

Print method for hypergraphs.

Usage

## S3 method for class 'hypergraph'
print(x, ...)

Arguments

x

a hypergraph.

...

ignored arguments.

Value

No return value, called for side effects only – prints to console.

Author(s)

David J. Marchette dmarchette@gmail.com

Examples

   h <- hypergraph_from_edgelist(list(3:7,8:12,c(1,3,9)))
	print(h)

[Package HyperG version 1.0.0 Index]