mol_get_ct: Return connection table for a molecule

Description Usage Arguments Value Examples

View source: R/cinf-mol.R

Description

Returns connection table for a molecule.

Usage

1
mol_get_ct(mol, bond_orders)

Arguments

mol

molecule

bond_orders

whether to specify bond orders in connection table (1/0, default=0)

Value

Connection table

Examples

1
2
3
data("alkans74")
mol <- alkans74.mdb[[1]]
mol_get_ct(mol)

cinf documentation built on May 2, 2019, 5 p.m.

Related to mol_get_ct in cinf...