Description Usage Arguments Value Author(s)
Takes two graphs and returns topology that is the intersection of the edge sets.
1 | congruence_topology(graph1, graph2, warn.nonoverlap = TRUE)
|
graph1 |
An object of type |
graph2 |
An object of type |
warn.nonoverlap |
A flag indicating that a warning should be thrown if the node sets are not equal (default = TRUE ) |
An object of type popgraph
where the node and edge
sets are the intersection of the two.
Rodney J. Dyer <rjdyer@vcu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.