Other packages > Find by keyword >

nngeo  

k-Nearest Neighbor Join for Spatial Data
View on CRAN: Click here


Download and install nngeo package within the R console
Install from CRAN:
install.packages("nngeo")

Install from Github:
library("remotes")
install_github("cran/nngeo")

Install by package version:
library("remotes")
install_version("nngeo", "0.4.8")



Attach the package and use:
library("nngeo")
Maintained by
Michael Dorman
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-01-16
Latest Update: 2024-04-17
Description:
K-nearest neighbor search for projected and non-projected 'sf' spatial layers. Nearest neighbor search uses (1) C code from 'GeographicLib' for lon-lat point layers, (2) function knn() from package 'nabor' for projected point layers, or (3) function st_distance() from package 'sf' for line or polygon layers. The package also includes several other utility functions for spatial analysis.
How to cite:
Michael Dorman (2018). nngeo: k-Nearest Neighbor Join for Spatial Data. R package version 0.4.8, https://cran.r-project.org/web/packages/nngeo. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.1.0 (2018-01-16 15:43), 0.1.5 (2018-03-16 12:37), 0.1.8 (2018-05-15 15:12), 0.2.0 (2018-07-18 13:00), 0.2.1 (2018-07-21 16:50), 0.2.2 (2018-09-29 23:40), 0.2.4 (2018-12-06 16:20), 0.2.7 (2019-03-12 10:20), 0.2.8 (2019-05-12 19:20), 0.2.9 (2019-08-07 10:50), 0.3.0 (2019-12-03 08:50), 0.3.4 (2020-02-03 10:10), 0.3.7 (2020-04-04 14:20), 0.3.8 (2020-06-10 13:30), 0.3.9 (2020-08-11 15:20), 0.4.0 (2020-10-18 19:20), 0.4.1 (2021-01-07 11:30), 0.4.2 (2021-03-15 18:40), 0.4.3 (2021-06-13 13:40), 0.4.4 (2021-09-06 12:20), 0.4.5 (2022-01-13 16:32), 0.4.6 (2022-05-29 22:30), 0.4.7 (2023-04-24 20:30)
Other packages that cited nngeo R package
View nngeo citation profile
Other R packages that nngeo depends, imports, suggests or enhances
Complete documentation for nngeo
Functions, R codes and Examples using the nngeo R package
Some associated functions: cities . line . nngeo-package . pnt . st_azimuth . st_connect . st_ellipse . st_nn . st_postgis . st_remove_holes . st_segments . towns . water . 
Some associated R codes: data.R . nngeo-package.R . st_azimuth.R . st_connect.R . st_ellipse.R . st_nn.R . st_nn_pnt_geo.R . st_nn_pnt_proj.R . st_nn_poly.R . st_postgis.R . st_remove_holes.R . st_segments.R .  Full nngeo package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA