/fingerprint/man/length.Rd

http://github.com/rajarshi/cdkr · Unknown · 27 lines · 24 code · 3 blank · 0 comment · 0 complexity · 37e3fca205a20eed21d28da853c0f3ef MD5 · raw file

  1. \name{length}
  2. \alias{length}
  3. \alias{length,fingerprint-method}
  4. \title{
  5. Fingerprint Bit Length
  6. }
  7. \description{
  8. Returns the length of the fingerprint. That is, this is the length of
  9. the entire bit string and not simply the number of bits that are on.
  10. }
  11. \usage{
  12. \S4method{length}{fingerprint}(x)
  13. }
  14. \arguments{
  15. \item{x}{
  16. An object of class \code{fingerprint}
  17. }
  18. }
  19. \value{
  20. The length of the bit string
  21. }
  22. \keyword{logic}
  23. \keyword{methods}
  24. \author{Rajarshi Guha \email{rguha@indiana.edu}}