/rcdk/man/getconatom.Rd
http://github.com/rajarshi/cdkr · Unknown · 25 lines · 25 code · 0 blank · 0 comment · 0 complexity · b1598bb517813687c68e0f8aebb1cf17 MD5 · raw file
- \name{get.connected.atom}
- \alias{get.connected.atom}
- \title{
- Get the atom connected to an atom in a bond
- }
- \description{
- This function returns the atom that is connected to a
- specified in a specified bond. Note that this function assumes
- 2-atom bonds, mainly because the CDK does not currently
- support other types of bonds
- }
- \usage{
- get.connected.atom(bond, atom)
- }
- \arguments{
- \item{bond}{A \code{jObjRef} representing an IBond object}
- \item{atom}{A \code{jObjRef} representing an IAtom object}
- }
- \value{
- A \code{jObjRef} representing an IAtom object
- }
- \keyword{programming}
- \seealso{
- \code{\link{get.atoms}}}
- \author{Rajarshi Guha (\email{rajarshi.guha@gmail.com})}