Calculates distances from point locations to features. The usual approach for eg. resource selection function analyses is to generate a complete distance to features surface then sample it with your observed and random points. Since these raster based approaches can be pretty costly with large areas, and often lead to memory issues in R, the distanceto package opts to compute these distances using efficient, vector based approaches. As a helper, there's a decidedly low-res raster based approach for visually inspecting your region's distance surface. But the workhorse is distance_to.
Version: | 0.0.2 |
Imports: | sf, nabor, geodist |
Suggests: | fasterize, knitr, rmarkdown, spData, raster, tinytest |
Published: | 2021-11-11 |
Author: | Alec L. Robitaille [aut, cre] |
Maintainer: | Alec L. Robitaille <robit.alec at gmail.com> |
BugReports: | https://github.com/robitalec/distance-to/issues |
License: | GPL (≥ 3) |
URL: | https://github.com/robitalec/distance-to, https://robitalec.github.io/distance-to/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | distanceto results |
Reference manual: | distanceto.pdf |
Vignettes: |
intro |
Package source: | distanceto_0.0.2.tar.gz |
Windows binaries: | r-devel: distanceto_0.0.2.zip, r-release: distanceto_0.0.2.zip, r-oldrel: distanceto_0.0.2.zip |
macOS binaries: | r-release (arm64): distanceto_0.0.2.tgz, r-oldrel (arm64): distanceto_0.0.2.tgz, r-release (x86_64): distanceto_0.0.2.tgz, r-oldrel (x86_64): distanceto_0.0.2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=distanceto to link to this page.