Description
Internal function, initiates the neighbourhood relationships between the points in the processed data set.
Usage
create.neig(data.set, nb.nn = 4, duplicate = "remove", verbose = FALSE)
Arguments
data.set
Data set to create neighbourhood from.
nb.nn
Number of nearest neighbours. Defaults to 4.
verbose
Prints progress information messages. Defaults to FALSE.