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 April 3, 2025, 6:22 p.m.