findDirectChains | R Documentation |
Find all arrays linked to an array in a given direction
findDirectChains(array, array.list, direction = c("before", "after"))
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") |
The array list with all linked arrays.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.