hyperedge_weights {rhype} | R Documentation |
Takes a hypergraph object and returns the weights associated with each hyperedge
hyperedge_weights(hype)
hype |
A hypergraph object. |
A vector of weights asssociated with the hyperedges. If the are no
weights assicated with the hyperedges then NULL
is returned instead.
h <- example_hype()
hyperedge_weights(h)