graphs_equal {graphicalExtremes}R Documentation

Graph equality

Description

Produce true if two graphs have same vertices and edges (ordered)

Usage

graphs_equal(g1, g2)

Arguments

g1

igraph::graph

g2

igraph::graph

Value

logical indicating if the graphs are equal


[Package graphicalExtremes version 0.3.4 Index]