Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain variables on a torus. The user chooses the algorithm to use to find the nearest neighbours. Three such algorithms, provided by the packages 'RANN' <https://cran.r-project.org/package=RANN>, 'RANN.L1' <https://cran.r-project.org/package=RANN.L1>, and 'nabor' <https://cran.r-project.org/package=nabor>, are suggested.
Version: | 1.0.0 |
Depends: | R (≥ 3.3.0) |
Imports: | graphics, methods |
Suggests: | knitr, nabor, RANN, RANN.L1, rmarkdown, testthat (≥ 2.1.0) |
Published: | 2019-10-06 |
Author: | Paul J. Northrop [aut, cre, cph] |
Maintainer: | Paul J. Northrop <p.northrop at ucl.ac.uk> |
BugReports: | http://github.com/paulnorthrop/donut/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://github.com/paulnorthrop/donut |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | donut results |
Reference manual: | donut.pdf |
Vignettes: |
An overview of donut |
Package source: | donut_1.0.0.tar.gz |
Windows binaries: | r-devel: donut_1.0.0.zip, r-devel-gcc8: donut_1.0.0.zip, r-release: donut_1.0.0.zip, r-oldrel: donut_1.0.0.zip |
OS X binaries: | r-release: donut_1.0.0.tgz, r-oldrel: donut_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=donut to link to this page.