Description Usage Arguments Value Author(s) Examples
View source: R/timeline_tools.R
extractPeriods
extracts the different sequences of observations in a dateTime sequence.
1 | extractPeriods(x, sep = 7, unit = "days", id = NULL, burst = NULL)
|
x |
POSIXct objects, a sequence of dateTime |
sep |
maximum time of holes in date before introducing a new burst |
unit |
unit of sep. Default "days" |
id |
name of the sequence id |
burst |
name of the sequence burst |
a dataframe with all periods and their date of begin (startPeriod) and end (endPeriod)
Simon Chamaille-Jammes, simon.chamaille@cefe.cnrs.fr
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.