mol_get_ct: Return connection table for a molecule

Description Usage Arguments Value Examples

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)

conmolfields documentation built on May 2, 2019, 4:18 p.m.