add_impl_hydr {cinf}R Documentation

Add implicit hydrogens

Description

Adds implicit hydrogens.

Usage

add_impl_hydr(mol)

Arguments

mol

Molecule

Value

Molecule with added implicit hydrogen atoms

Examples

data("alkans74")
mol <- alkans74.mdb[[10]]
mol_h <- add_impl_hydr(mol)

[Package cinf version 0.0-19 Index]