detect_timescale: Detect appropriate time scale for movement analysis

View source: R/detect_timescale.R

detect_timescaleR 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"


crawl documentation built on Oct. 10, 2022, 1:07 a.m.