PageRenderTime 145ms CodeModel.GetById 30ms RepoModel.GetById 1ms app.codeStats 0ms

/fingerprint/man/show.Rd

http://github.com/rajarshi/cdkr
Unknown | 26 lines | 22 code | 4 blank | 0 comment | 0 complexity | 9f69d49ea6ad6a8b2c69b696a8c2715a MD5 | raw file
  1. \name{show}
  2. \alias{show,fingerprint-method}
  3. \alias{show,featvec-method}
  4. \alias{show,feature-method}
  5. \title{
  6. String Representation of a Fingerprint or Feature
  7. }
  8. \description{
  9. Simply summarize the fingerprint or feature
  10. }
  11. \usage{
  12. \S4method{show}{fingerprint}(object)
  13. \S4method{show}{featvec}(object)
  14. \S4method{show}{feature}(object)
  15. }
  16. \arguments{
  17. \item{object}{
  18. An object of class \code{fingerprint}, \code{featvec} or \code{feature}
  19. }
  20. }
  21. \author{Rajarshi Guha \email{rajarshi.guha@gmail.com}}
  22. \keyword{logic}