Learn R Programming

GeoModels (version 2.2.1)

GeoNosymindices: 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)

Value

Returns a list containing the following components:

xy

Matrix of indices

d

Associated distance

Arguments

X

A matrix of indices

Y

Associated distances

Details

The function return the matrix of indices and associated distances, deleting the symmetric indices.