summary.hypergraph: Print a summary of the hypergraph to the console.

Description Usage Arguments Value Author(s) Examples

View source: R/summary.hypergraph.R

Description

Summary method for hypergraphs.

Usage

1
2
## S3 method for class 'hypergraph'
summary(object, ...)

Arguments

object

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
3
   h <- hypergraph_from_edgelist(list(3:7,8:12,c(1,3,9)))
	print(h)
	summary(h)

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