get.bonds {rcdk}R Documentation

Get the bonds in a molecule.

Description

Get the bonds in a molecule.

Usage

get.bonds(mol)

Arguments

mol

A 'jobjRef' representing the molecule ('IAtomContainer') object.

Value

A list of 'jobjRef' representing the bonds ('IBond') objects in the molecule

Author(s)

Rajarshi Guha (rajarshi.guha@gmail.com)

See Also

get.atoms, get.connected.atoms


[Package rcdk version 3.8.1 Index]