congruence_topology: Returns congruence topology

View source: R/congruence_topology.R

congruence_topologyR Documentation

Returns congruence topology

Description

Takes two graphs and returns topology that is the intersection of the edge sets.

Usage

congruence_topology(graph1, graph2, warn.nonoverlap = TRUE)

Arguments

graph1

An object of type popgraph

graph2

An object of type popgraph

warn.nonoverlap

A flag indicating that a warning should be thrown if the node sets are not equal (default = TRUE )

Value

An object of type popgraph where the node and edge sets are the intersection of the two.

Author(s)

Rodney J. Dyer <rjdyer@vcu.edu>


dyerlab/popgraph documentation built on July 22, 2022, 5:42 p.m.