Find resonances.between two sets of units.
Usage
findResonancesBetween(rezrObj, units_1, units_2, rez_layer = "default")
Arguments
- rezrObj
The rezrObj.
- units_1
A list of vectors of units.
- units_2
A list of vectors of units, same length as units_1.
- rez_layer
The resonance layer you're considering.
Value
A vector containing the number of resonances between the first vector of units_1 and first vector of units_2, second vector of units_1 and second vector of units_2, etc.