InterpointDist: InterpointDist Calculate the Distance between points on a...

View source: R/InterpointDist.R

InterpointDistR Documentation

InterpointDist Calculate the Distance between points on a track for each bird Vector of distances between points

Description

InterpointDist Calculate the Distance between points on a track for each bird Vector of distances between points

Usage

InterpointDist(tracks, ID = "CaptureID", lat = "Latitude", lon = "Longitude")

Arguments

tracks

data.frame of data to be queried for lat and long values

ID

quoted name of column in data that is and ID field

lat

quoted name of column in data that has latitude values

lon

quoted name of column in data that has longitude values

Value

A vector of distances in meters between adjacent points in an animal track

Author(s)

Abram B. Fleishman abram@conservationmetrics.com


abfleishman/trakR documentation built on Nov. 21, 2022, 7:59 a.m.