Learn R Programming

rcdk (version 3.8.1)

is.neutral: Tests whether the molecule is neutral.

Description

The test checks whether all atoms in the molecule have a formal charge of 0.

Usage

is.neutral(mol)

Value

`TRUE` if molecule is neutral, `FALSE` otherwise

Arguments

mol

The molecule to query. Should be a `jobjRef` representing an `IAtomContainer`

Author

Rajarshi Guha (rajarshi.guha@gmail.com)