calc_dist: Calculate distance between locations

View source: R/prepare_covariates.R

calc_distR Documentation

Calculate distance between locations

Description

calc_dist calculate distance between locations, taking a dataframe as input. Distance can also be smoothed over the two steps before and after the each point.

Usage

calc_dist(x, coord.names = c("x", "y"), smoothed = FALSE)

Arguments

x

data.frame with locations

coord.names

names of coordinates column in x

smoothed

whether distance are smoothed or not

Value

vector of distance

Author(s)

Remi Patin

Examples

## Not run: calc_dist(df,coord.names = c("x","y"), smoothed = T)

rpatin/segclust2d documentation built on April 24, 2024, 2:22 a.m.