dist_mat {iccTraj} | R Documentation |
Creates a matrix with the pairwise distances
Description
Creates a matrix with the pairwise distances
Usage
dist_mat(dataD, nt)
Arguments
dataD |
Data frame created with |
nt |
Data frame with the number of trips by subject |
Value
A list with two components:
*D*. A matrix with the pairwise distances
*data*. A data frame with the pairwise distances
[Package iccTraj version 1.1.0 Index]