/rcdk/man/gethcount.Rd
Unknown | 21 lines | 20 code | 1 blank | 0 comment | 0 complexity | 2af888d33068bccd27490d06e514e1a1 MD5 | raw file
- \name{get.total.hydrogen.count}
- \alias{get.total.hydrogen.count}
- \title{
- Get the Total Hydrogen Count for a Molecule
- }
- \description{
- The function will return the summed implicit hydrogens of all atoms in
- the specified AtomContainer
- }
- \usage{
- get.total.hydrogen.count(molecule)
- }
- \arguments{
- \item{molecule}{A Java object of class \code{IAtomContainer}}
- }
- \value{
- An integer value indicating the number of implicit hydrogens
- }
- \keyword{programming}
- \author{Rajarshi Guha (\email{rajarshi.guha@gmail.com})}