movementTimes {actel} | R 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.
[Package actel version 1.3.0 Index]