powered by
Print method for hypergraphs.
# S3 method for hypergraph print(x, ...)
a hypergraph.
ignored arguments.
No return value, called for side effects only -- prints to console.
# NOT RUN { h <- hypergraph_from_edgelist(list(3:7,8:12,c(1,3,9))) print(h) # }
Run the code above in your browser using DataLab