robitalec/distance-to: Calculate Distance to Features

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.

Getting started

Package details

Maintainer
LicenseGPL (>= 3)
Version0.0.3
URL https://github.com/robitalec/distance-to https://robitalec.github.io/distance-to/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("robitalec/distance-to")
robitalec/distance-to documentation built on July 2, 2023, 3:55 a.m.