GeoNosymindices {GeoModels} | R Documentation |
GeoNosymindices.
Description
Given a matrix of indices and associated distances the function return a matrix of indices and associated distances, deleting the symmetric indices.
Usage
GeoNosymindices(X,Y)
Arguments
X |
A matrix of indices |
Y |
Associated distances |
Details
The function return the matrix of indices and associated distances, deleting the symmetric indices.
Value
Returns a list containing the following components:
xy |
Matrix of indices |
d |
Associated distance |
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]