Learn R Programming

ProjectionBasedClustering (version 1.0.0)

Delaunay4Points: Calculates the adjacency matrix of the delaunay graph for bestmatches in tiled form if BMs are located on a toroid grid

Description

Calculates the adjacency matrix of the delaunay graph for bestmatches in tiled form if BMs are located on a toroid grid

Usage

Delaunay4Points(Points, IsToroid = TRUE,Grid=NULL,PlotIt=FALSE)

Arguments

Points

[1:n,1:3] matrix containing the BMKey, X and Y coordinates of the n, BestMatches NEED NOT BE UNIQUE, however, there is an edge in the Deaunay between duplicate points!

IsToroid

OPTIONAL, logical, indicating if BM's are on a toroid grid. Default is True

Grid

OPTIONAL, A vector of length 2, containing the number of lines and columns of the Grid

PlotIt

OPTIONAL, bool, Plots the graph

Value

Delaunay[1:n,1:n] adjacency matrix of the Delaunay-Graph

Details

as

References

thesis