Learn R Programming

rcdk (version 3.1.8.1)

get.atoms: 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)
get.atom.count(molecule)

Arguments

object
A jObjRef representing an IAtomContainer, IMolecule or IBond object
molecule
A jobjRef representing an IAtomContainer

Value

  • A list containing jobjRef's to a CDK IAtom object or else the number of atoms in the molecule

See Also

get.bonds, get.point3d, get.symbol