gapsts {Tides}R Documentation

Gaps in time series

Description

Determine gaps (time intervals bigger than a certain maximum dtMax) in a time series

Usage

gapsts(ts, dtMax,unit = "mins")

Arguments

ts array of times, consisting of different continuous subseries seperated by large gaps
dtMax maximum time interval in a continuous series
unit unit of dtMax

Value

Data frame with the initial time, end time and time difference (unit = unit) of each interval > dtMax

Author(s)

Tom Cox <tom.cox@ua.ac.be>


[Package Tides version 0.2 Index]