print.hypergraph: Print a hypergraph to the console.

Description Usage Arguments Value Author(s) Examples

View source: R/print.hypergraph.R

Description

Print method for hypergraphs.

Usage

1
2
## 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

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

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