PageRenderTime 150ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/rcdk/man/removeproperty.Rd

http://github.com/rajarshi/cdkr
Unknown | 25 lines | 25 code | 0 blank | 0 comment | 0 complexity | e4ae58eefd0e3bf58b3f00eec438ed8b MD5 | raw file
  1. \name{remove.property}
  2. \alias{remove.property}
  3. \title{
  4. Remove A Property From a Molecule
  5. }
  6. \description{
  7. This function removes a keyed property from a molecule object. This
  8. deletes the key and its value from the molecule
  9. }
  10. \usage{
  11. remove.property(molecule, key)
  12. }
  13. \arguments{
  14. \item{molecule}{A Java object of class \code{IAtomContainer}}
  15. \item{key}{A string naming the property}
  16. }
  17. \value{
  18. None
  19. }
  20. \keyword{programming}
  21. \seealso{
  22. \code{\link{get.property}},
  23. \code{\link{set.property}}
  24. }
  25. \author{Rajarshi Guha (\email{rajarshi.guha@gmail.com})}