View source: R/meth_analysis.R
| dmDistance | R Documentation | 
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.
dmDistance(profiles, frechet = FALSE)
profiles | 
 a list of dmProfile  | 
frechet | 
 a boolean specify if frechet distance will be computed.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.