dt_cycles: Sample seasonal cycles

dt_cyclesR Documentation

Sample seasonal cycles

Description

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().

Usage

data(dt_cycles)

Format

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.

Examples

data(dt_cycles)
dt_cycles

ranghetti/sen2rts documentation built on March 31, 2024, 1:18 a.m.