| xor {TreeTools} | R Documentation |
Exclusive OR operation
Description
Exclusive OR operation
Usage
xor(x, y)
## S4 method for signature 'Splits,Splits'
xor(x, y)
Arguments
x, y |
Objects to be compared. |
See Also
Other Splits operations:
LabelSplits(),
NSplits(),
NTip(),
PolarizeSplits(),
SplitFrequency(),
Splits,
SplitsInBinaryTree(),
TipLabels(),
TipsInSplits(),
match.Splits
[Package TreeTools version 1.12.0 Index]