findPeers: 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
)Value
The array list with efficiency peers.
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")