homedist: Calculate maximum distance from 'home' for each trip

View source: R/distance.R

homedistR Documentation

Calculate maximum distance from 'home' for each trip

Description

This function returns a distance from a given 'home' coordinate for each individual trip. Use the home argument to provide a single, common 2-element (x,y or lon,lat) coordinate. If home is NULL (the default), then each individual trip's first location is used.

Usage

homedist(x, home = NULL)

Arguments

x

trip object

home

see details

Value

numeric vector of distances in km (for longlat), or in the units of the trip's projection

See Also

spDistsN1


trip documentation built on July 9, 2023, 7:29 p.m.