dmDistance: dmDistance

View source: R/meth_analysis.R

dmDistanceR Documentation

dmDistance

Description

Perform either a frechet distance from the kmlShape package or the eucliddean distance modified from this package (default) between two dmProfile. Return a distance matrix. [warning]Carefully use the frechet distance as it can be heavy computing when dealing with large set of profile. Complexity of the profile also weight on the memory usage.

Usage

dmDistance(profiles, frechet = FALSE)

Arguments

profiles

a list of dmProfile

frechet

a boolean specify if frechet distance will be computed.


magrichard/dmprocr documentation built on July 21, 2023, 11:01 p.m.