Skip to content
Prev 390945 / 398506 Next

Hello

Hello,

I agree with Ivan's suggestion, but also the few statements you show
perplex me.  According to the igraph docs
(https://igraph.org/r/doc/simplify.html) simplify() returns a "A new
graph object with the edges deleted." So wouldn't you want something
like the following?

r2 <- simplify(r1, remove.multiple = TRUE, remove.loops = TRUE,
   edge.attr.comb = igraph_opt("edge.attr.comb"))
plot.igraph(r2)

Ben
On Tue, Mar 8, 2022 at 5:55 AM Ivan Krylov <krylov.r00t at gmail.com> wrote: