actel (version 1.1.0)

findDirectChains: 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(input, dotmat, type = c("before", "after"))

Arguments

input

An array list

type

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

Value

The array list with all linked arrays.