contains: Contains

View source: R/incgraph_wrapper.R

containsR Documentation

Contains

Description

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

Usage

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.


rcannood/incgraph documentation built on March 29, 2025, 9:46 p.m.