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 Nov. 14, 2023, 1:07 a.m.