isLeaf: predicato che ritorna 'TRUE' se le serie sono foglie

isLeafR Documentation

predicato che ritorna 'TRUE' se le serie sono foglie

Description

Ritorna 'TRUE' se le serie date nel parametro 'name' non hanno serie uscienti

A leaf is a node without outgoing edges.

Usage

isLeaf(x, name)

isLeaf(x, name)

## S4 method for signature 'GrafoDB,character'
isLeaf(x, name)

Arguments

x

GrafoDB instance

name

name of the object identifying the node

Value

'TRUE' se 'name' sono serie senza archi uscenti

'TRUE' if is leaf, 'FALSE' otherwise


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