create.neig {spemd} | R Documentation |
Internal function, initiates the neighbourhood relationships between the points in the processed data set.
create.neig(data.set, nb.nn = 4, duplicate = "remove", verbose = FALSE)
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. |
Pierre Roudier