R/structural-properties.R
is.multiple.Rd
is.multiple() was renamed to which_multiple() to create a more consistent API.
is.multiple()
which_multiple()
is.multiple(graph, eids = E(graph))
The input graph.
The edges to which the query is restricted. By default this is all edges in the graph.
is_multiple(), edges(), get_eids(), vcount(), ecount()
is_multiple()
edges()
get_eids()
vcount()
ecount()