FD_data {iccTraj}R Documentation

Creates a data frame with the discrete Fréchet distance between two trajectories

Description

Creates a data frame with the discrete Fréchet distance between two trajectories

Usage

FD_data(data, i, j)

Arguments

data

A list created with tr_gen function

i

Position in the data of the first trajectory

j

Position in the data of the second trajectory

Value

A data frame with the subjects and trips identifiers and the discrete Fréchet distance


[Package iccTraj version 1.0.4 Index]