contains: Contains

Description Usage Arguments Value See Also

Description

contains returns TRUE if the network contains the edge (i, j).

Usage

1
contains(network, i, j)

Arguments

network

An instance of the incgraph.network class

i

A node in network

j

A node in network

Value

TRUE if the network contains (i, j)

See Also

See new.incgraph.network for examples and usage.


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

Related to contains in incgraph...