foldCount | R Documentation |
Returns the number of times this fingerprint has been folded.
foldCount(x)
x |
Either an |
Returns the number of times this fingerprint has been folded.
Kevin Horan
fp = new("FP",fp=c(1,0,1,1, 0,0,1,0))
foldedFp=fold(fp)
fc = foldCount(foldedFp) # == 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.