flip: Modify edge

Description Usage Arguments See Also

Description

flip modifies an edge in the network. If it is contained in the network, it is removed from the network, otherwise it is added to the network.

Usage

1
flip(network, i, j)

Arguments

network

An instance of the incgraph.network class

i

A node in network

j

A node in network

See Also

See new.incgraph.network for examples and usage.


incgraph documentation built on May 2, 2019, 3:48 p.m.

Related to flip in incgraph...