| dt_cycles | R Documentation |
Data frame with the cycles extracted from the dataset
ts_filled, created following the example provided in the
cut_cycles() documentation.
It is used in the documentation of function fit_curve().
data(dt_cycles)
A data table with 3 records (identified cycles) and the following fields:
id: the time series ID;
year: the year assigned to each cycle;
cycle: the cycle ID (progressive integer within each year);
begin: the date of the begin of the cycle;
end: the date of the end of the cycle;
maxval: the date of the maximum value of the cycle;
weight: the value of the metric used for ranking seasons.
data(dt_cycles)
dt_cycles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.