detect_timescale {crawl} | R Documentation |
Detect appropriate time scale for movement analysis
Description
This function examines the time vector and evaluates the median time interval. With this, we determine what the best time scale for the movement model is likely to be.
Usage
detect_timescale(time_vector)
Arguments
time_vector |
a vector of class POSIXct |
Value
character of either "seconds","minutes","hours","days","weeks"
[Package crawl version 2.3.0 Index]