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: 2023-04-24
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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