navigate: Funzioni del package 'grafo'

navigateR Documentation

Funzioni del package 'grafo'

Description

'navigates' in the graph

Usage

navigate(object, nodes = NULL, order = 1L, mode = "out")

## S4 method for signature 'GrafoDB'
navigate(object, nodes = NULL, order = 1L, mode = "out")

Arguments

object

GrafoDB instance

nodes

array of node names

order

number o levels (orders) to extend

mode

direction of navigation: '"in"“, '"out"“ or '"all"', default '"out"“

Details

This method lets you move through the nodes of the graph data structure, movigin surfing the edges of the graph.


giupo/GrafoDB documentation built on Oct. 12, 2022, 9:43 a.m.