getChildren: Children lists.

Description Usage Arguments Value Examples

View source: R/properties.R

Description

Create a list, with each component listing the direct children of the corresponding node in the supplied parental.

Usage

1

Arguments

parental

An object of class parental

Value

A list, the ith component of which is a numeric vector listing the nodes that are children of node i.

Examples

1
2
x <- parental(c(), c(3), c(1), c(1, 2))
getChildren(x)

rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.