Learn R Programming

rcdk (version 3.5.0)

is.aliphatic: Tests whether an atom is aliphatic.

This assumes that the molecule containing the atom has been appropriately configured.

Description

Tests whether an atom is aliphatic.

This assumes that the molecule containing the atom has been appropriately configured.

Usage

is.aliphatic(atom)

Arguments

atom

The atom to test

Value

`TRUE` is the atom is aliphatic, `FALSE` otherwise

See Also

is.in.ring, is.aromatic