Learn R Programming

spemd (version 0.1-1)

create.neig: create.neig

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.

duplicate

Ignored.

verbose

Prints progress information messages. Defaults to FALSE.