Learn R Programming

incgraph (version 1.0.3)

contains: Contains

Description

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

Usage

contains(network, i, j)

Value

TRUE if the network contains (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.