read.tda.mdist: Read a distance matrix produced by TDA.

View source: R/read.tda.mdist.R

read.tda.mdistR Documentation

Read a distance matrix produced by TDA.

Description

This function reads a distance matrix produced by TDA into an R object. When computing OM distances in TDA, the output is a 'half' matrix stored in a text file as a vector.

Usage

read.tda.mdist(file)

Arguments

file

the path to the file containing TDA output.

Value

a R matrix containing the distances.


TraMineR documentation built on Sept. 19, 2023, 1:07 a.m.