getNode: Get a node from a graph

View source: R/mully_node.R

getNodeR 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")

mully documentation built on March 7, 2023, 8:10 p.m.