Last data update: 2014.03.03

R: Calculates the time lags between the coordinates
time.lagR Documentation

Calculates the time lags between the coordinates

Description

The time.lag function calculates the time lags between locations.

Usage

  ## S4 method for signature '.MoveTrackSingle'
time.lag(x,...)
  ## S4 method for signature '.MoveTrackStack'
time.lag(x,units, ...)

Arguments

x

a Move or MoveStack object

units

The units used for the conversion, they need to be specified for a stack to ensure similair units between individuals

...

further arguments

Details

This function is now replaced by timeLag

Author(s)

Marco Smolla

Results