graphs_equal: Graph equality

View source: R/graphs_helpers.R

graphs_equalR 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


sebastian-engelke/graphicalExtremes documentation built on Jan. 10, 2025, 10:02 a.m.