getIDNode {mully}R Documentation

Get the id of a node

Description

Get the id of a node

Usage

getIDNode(g, nameNode)

Arguments

g

The input graph

nameNode

The name of the node

Value

The id of the specified node as an integer

Examples

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

[Package mully version 2.1.38 Index]