getBonds: Function to get the bonds based on neighbourhood

Description Usage Arguments Examples

View source: R/RcppExports.R

Description

Function to get the bonds based on neighbourhood

Usage

1
getBonds(Location, NN, th = 2)

Arguments

Location

matrix of coordinates.

NN

maximum number of neighbours.

Examples

1
2
Obs.loc = as.matrix(expand.grid(1:4,1:4))
getBonds(Obs.loc, NN = 4)

ick003/SpTMixture documentation built on May 18, 2019, 2:32 a.m.