numBits | R Documentation |
Returns the number of bits in a fingerprint.
numBits(x)
x |
Either an |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.