Returns the number of bits in a fingerprint.
numBits(x)
x
Either an FP or an FPset object.
FP
FPset
The number of bits in this fingerprint object.
Kevin Horan
fp = new("FP",fp=c(1,0,1,1, 0,0,1,0)) n = numBits(fp) # == 8