==.gGraph | R Documentation |
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)
## S3 method for class 'gGraph'
x == y
x |
gGraph |
y |
gGraph |
TRUE if objects are equivalent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.