get.connected.atom {rcdk} | R Documentation |
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
get.connected.atom(bond, atom)
bond |
A jObjRef representing an IBond object |
atom |
A jObjRef representing an IAtom object |
A jObjRef
representing an IAtom object
Rajarshi Guha (rguha@indiana.edu)