calc_distance_matrix: Compute distance matrix from connection table

Description Usage Arguments Value Examples

View source: R/cinf-mol.R

Description

Computes distance matrix from connection table.

Usage

1

Arguments

connTable

connection table

Value

distance matrix

Examples

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

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