getNode {mully}R Documentation

Get a node from a graph

Description

Get a node from a graph

Usage

getNode(g, nameNode)

Arguments

g

The input graph.

nameNode

The name of the node.

Value

The node as igraph.vs

Examples

g=mully::demo()
getNode(g,"g1")

[Package mully version 2.1.38 Index]