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


graphicalExtremes documentation built on March 30, 2026, 5:07 p.m.