findPeers {actel} | R Documentation |
Find efficiency peers for each array
Description
Find efficiency peers for each array
Usage
findPeers(
array,
array.list,
peer.direction = c("before", "after"),
disregard.parallels
)
Arguments
array |
The array for which to find peers |
array.list |
An array list |
peer.direction |
The direction of peers to be found ("before" or "after") |
Value
The array list with efficiency peers.
[Package actel version 1.3.0 Index]