calc_distance_matrix {cinf}R Documentation

Compute distance matrix from connection table

Description

Computes distance matrix from connection table.

Usage

calc_distance_matrix(connTable)

Arguments

connTable

connection table

Value

distance matrix

Examples

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

[Package cinf version 0.0-19 Index]