get.atoms {rcdk}R Documentation

Get the atoms from a molecule or bond.

Description

Get the atoms from a molecule or bond.

Usage

get.atoms(object)

Arguments

object

A 'jobjRef' representing either a molecule ('IAtomContainer') or bond ('IBond') object.

Value

A list of 'jobjRef' representing the 'IAtom' objects in the molecule or bond

Author(s)

Rajarshi Guha (rajarshi.guha@gmail.com)

See Also

get.bonds, get.connected.atoms


[Package rcdk version 3.8.1 Index]