powered by
## S3 method for class 'fingerprint': as.character(x)
fingerprint
# make a fingerprint vector fp <- new("fingerprint", nbit=32, bits=sample(1:32, 20)) # print out the string representation as.character(fp)
Run the code above in your browser using DataLab