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.7")



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.7, https://cran.r-project.org/web/packages/nngeo
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
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

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
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  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns