read.tda.mdist {TraMineR} | R 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.
[Package TraMineR version 2.2-10 Index]