View source: R/GeoNosymindices.R
GeoNosymindices | R Documentation |
Given a matrix of indices and associated distances the function return a matrix of indices and associated distances, deleting the symmetric indices.
GeoNosymindices(X,Y)
X |
A matrix of indices |
Y |
Associated distances |
The function return the matrix of indices and associated distances, deleting the symmetric indices.
Returns a list containing the following components:
xy |
Matrix of indices |
d |
Associated distance |
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.