rewiring_maintains_connectedness: Check that swapping targets between two edges maintains...

Description Usage Arguments Value

View source: R/rewiring_maintains_connectedness.R

Description

Connectedness refers to the ability to get between any pair of vertices in the graph.

Usage

1
2
3
4
rewiring_maintains_connectedness(x, ...)

## S3 method for class 'igraph'
rewiring_maintains_connectedness(g, edges)

Arguments

x, g

An adjacency matrix or igraph object

edges

A matrix where each column is a source->destination ordered pair representing an edge.

Value

logical


crcox/latticize documentation built on Dec. 19, 2021, 6:19 p.m.