eval.atomic.desc: Compute descriptors for each atom in a molecule
Description
Compute descriptors for each atom in a molecule
Usage
eval.atomic.desc(molecule, which.desc, verbose = FALSE)
Value
A `data.frame` with atoms in the rows and descriptors in the columns
Arguments
- molecule
A molecule object
- which.desc
A character vector of atomic descriptor class names
- verbose
Optional. Default FALSE
. Toggle verbosity.