Learn R Programming

HyperG (version 1.0.0)

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

Description

Summary method for hypergraphs.

Usage

# S3 method for hypergraph
summary(object, ...)

Arguments

object

a hypergraph.

ignored arguments.

Value

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

Examples

Run this code
# NOT RUN {
   h <- hypergraph_from_edgelist(list(3:7,8:12,c(1,3,9)))
	print(h)
	summary(h)
# }

Run the code above in your browser using DataLab