Description Usage Arguments Details Value
Find or define boundaries of sampling bursts in a time series
1  | burstBounds(x, Fs, burstLength = NULL)
 | 
x | 
 A vector of POSIXct time stamps  | 
Fs | 
 Sampling rate, units of Hertz (samples per second)  | 
burstLength | 
 Desired length, in minutes, of sampling bursts to be analyzed  | 
This function searches for natural breaks in a time series, or defines a set of breaks based on the desired length of sampling bursts to be analyzed.
A vector of row indices from input vector x that define time chunks to be analyzed. Each value is the start and end of a time chunk (except the 1st and last values of the vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.