CheckDistance {GeoModels} | R Documentation |
Checking Distance
Description
The procedure controls the type of distance.
Usage
CheckDistance(distance)
Arguments
distance |
String; the type of distance, for the
description see |
Details
The function check if the type of distance is valid.
Value
Returns 0,1,2 for euclidean,geodesic, chordal distances respectively. Otherwise returns NULL.
Author(s)
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
[Package GeoModels version 2.0.4 Index]