FD_data: Creates a data frame with the discrete Fréchet distance...

View source: R/functions.R

FD_dataR 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


iccTraj documentation built on June 8, 2025, 10:06 a.m.

Related to FD_data in iccTraj...