as.character {fingerprint} | R Documentation |
The function returns a string of 1's and 0's corresponding to the fingerprint object supplied
## S4 method for signature 'fingerprint': as.character(x)
x |
An object of class fingerprint
|
A string of 1's and 0's
Rajarshi Guha rguha@indiana.edu
# make a fingerprint vector fp <- new("fingerprint", nbit=32, bits=sample(1:32, 20)) # print out the string representation as.character(fp)