fplogical {fingerprint} | R Documentation |
These functions perform logical operatiosn (AND, OR, NOT, XOR) on the supplied binary fingerprints. Thus for two fingerprints A and B we have
&
Logical AND
|
Logical OR
xor
Logical XOR
!
Logical NOT (negation)
e1 |
An object of class |
e2 |
An object of class |
A fingerprint object
Rajarshi Guha rguha@indiana.edu