findDirectChains: Find all arrays linked to an array in a given direction

View source: R/load.R

findDirectChainsR Documentation

Find all arrays linked to an array in a given direction

Description

Find all arrays linked to an array in a given direction

Usage

findDirectChains(array, array.list, direction = c("before", "after"))

Arguments

array

The array for which to find peers

array.list

An array list

direction

The direction in which to expand the chain ("before" or "after")

Value

The array list with all linked arrays.


actel documentation built on Oct. 19, 2023, 9:08 a.m.