powered by
Summary method for hypergraphs.
# S3 method for hypergraph summary(object, ...)
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) summary(h) # }
Run the code above in your browser using DataLab