is.aromatic {rcdk} | R Documentation |
is.aromatic
Description
Tests whether an atom is aromatic.
Usage
is.aromatic(atom)
Arguments
atom |
The atom to test |
Details
This assumes that the molecule containing the atom has been appropriately configured.
Value
'TRUE' is the atom is aromatic, 'FALSE' otherwise
Author(s)
Rajarshi Guha (rajarshi.guha@gmail.com)
See Also
is.aliphatic
, is.in.ring
, do.aromaticity
[Package rcdk version 3.8.1 Index]