equals.gGraph: equals.gGraph

==.gGraphR Documentation

equals.gGraph

Description

Returns TRUE if two graphs are equivalent by value based on having equivalent nodes and edges (note this is different - intentionally - from identical, which will determine whether the two variables are identical by reference i.e. point to the exact same location in memory)

Usage

## S3 method for class 'gGraph'
x == y

Arguments

x

gGraph

y

gGraph

Value

TRUE if objects are equivalent


mskilab/gGnome documentation built on May 8, 2024, 4:25 p.m.