dotPaths: Find arrays valid for efficiency calculation
Description
Find arrays valid for efficiency calculation
Usage
dotPaths(input, dotmat, disregard.parallels)
Value
A list of the all array paths between each pair of arrays.
Arguments
- input
A dot list
- dotmat
A dot distance matrix
- disregard.parallels
Logical: Should the presence of parallel arrays
invalidate potential efficiency peers? See the vignettes for more details.