CheckDistance | R Documentation |
Checks the validity and type of the specified distance.
CheckDistance(distance)
distance |
A character string indicating the type of distance.
Available options are: |
This function checks whether the specified distance type is valid.
An integer:
0
for Euclidean distance
1
for Geodesic distance
2
for Chordal distance
If the input is not recognized, the function returns NULL
.
Moreno Bevilacqua moreno.bevilacqua89@gmail.com
https://sites.google.com/view/moreno-bevilacqua/home
Víctor Morales Oñate victor.morales@uv.cl
https://sites.google.com/site/moralesonatevictor/
Christian Caamaño-Carrillo chcaaman@ubiobio.cl
https://www.researchgate.net/profile/Christian-Caamano
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.