Use this if you are using igraph from R
This is similar to identical
in the base
package,
but ignores the mutable piece of igraph objects, that might be
different, even if the two graphs are identical.
identical_graphs(g1, g2)
g1, g2 |
The two graphs |
Logical scalar