get.atoms {rcdk}R Documentation

Get the atoms from a molecule or bond

Description

This function returns a list containing IAtom objects from a molecule or a bond.

Usage

get.atoms(object)

Arguments

object A jObjRef representing an IAtomContainer, IMolecule or IBond object

Value

A list containing jobjRef's to a CDK IAtom object

Author(s)

Rajarshi Guha (rguha@indiana.edu)

See Also

get.bonds, get.point3d, get.symbol


[Package rcdk version 2.9.2 Index]