/rcdk/man/getconatom.Rd

http://github.com/rajarshi/cdkr · Unknown · 25 lines · 25 code · 0 blank · 0 comment · 0 complexity · b1598bb517813687c68e0f8aebb1cf17 MD5 · raw file

  1. \name{get.connected.atom}
  2. \alias{get.connected.atom}
  3. \title{
  4. Get the atom connected to an atom in a bond
  5. }
  6. \description{
  7. This function returns the atom that is connected to a
  8. specified in a specified bond. Note that this function assumes
  9. 2-atom bonds, mainly because the CDK does not currently
  10. support other types of bonds
  11. }
  12. \usage{
  13. get.connected.atom(bond, atom)
  14. }
  15. \arguments{
  16. \item{bond}{A \code{jObjRef} representing an IBond object}
  17. \item{atom}{A \code{jObjRef} representing an IAtom object}
  18. }
  19. \value{
  20. A \code{jObjRef} representing an IAtom object
  21. }
  22. \keyword{programming}
  23. \seealso{
  24. \code{\link{get.atoms}}}
  25. \author{Rajarshi Guha (\email{rajarshi.guha@gmail.com})}