movementTimes: Calculate movement times

View source: R/movements.R

movementTimesR Documentation

Calculate movement times

Description

Determines the duration of an event and the time from an event to the next.

Usage

movementTimes(movements, type = c("array", "section"))

Arguments

movements

the movement dataframe for the tag being analysed.

type

The type of movements being analysed. One of "array" or "section".

Value

The movement data frame with time calculations for the target tag.


actel documentation built on Oct. 19, 2023, 9:08 a.m.