Learn R Programming

rcdk (version 3.5.0)

get.atom.index: Get the index of an atom in a molecule.

Acces the index of an atom in the context of an IAtomContainer. Indexing starts from 0. If the index is not known, -1 is returned.

Description

Get the index of an atom in a molecule.

Acces the index of an atom in the context of an IAtomContainer. Indexing starts from 0. If the index is not known, -1 is returned.

Usage

get.atom.index(atom, mol)

Arguments

atom

The atom object

mol

The `IAtomContainer` object containing the atom

Value

An integer representing the atom index.

See Also

get.connected.atom