Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

identical_graphs

Decide if two graphs are identical


Description

This is similar to identical in the base package, but ignores the mutable piece of igraph objects, that might be different, even if the two graphs are identical.

Usage

identical_graphs(g1, g2)

Arguments

g1, g2

The two graphs

Value

Logical scalar


igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.