get.neighbours {incgraph}R Documentation

Neighbours

Description

get.neighbours returns a vector of all neighbours of i.

Usage

get.neighbours(network, i)

Arguments

network

An instance of the incgraph.network class

i

A node in network

Value

Returns all neighbours of node i

See Also

See new.incgraph.network for examples and usage.


[Package incgraph version 1.0.1 Index]