Learn R Programming

rcdk (version 3.8.1)

get.connected.atoms: get.connected.atoms

Description

Get atoms connected to the specified atom

Usage

get.connected.atoms(atom, mol)

Value

A `list` containing `IAtom` objects, representing the atoms directly connected to the specified atom

Arguments

atom

The atom object

mol

The `IAtomContainer` object containing the atom

Author

Rajarshi Guha (rajarshi.guha@gmail.com)

Details

Returns a `list`` of atoms that are connected to the specified atom.