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 22 Dec. 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

wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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