ts_filled: Sample daily time series

ts_filledR Documentation

Sample daily time series

Description

Sample time series obtained from the dataset ts_smoothed, created following the example provided in the fill_s2ts() documentation. It is used in the documentation of functions with takes a processed time series as input, like cut_cycles(), fit_curve() and aggregate_pheno().

Usage

data(ts_filled)

Format

A s2ts object with 301 dates (in the period 2020-01-01 to 2020-09-30) and 2 IDs (corresponding to sampleroi polygons).

Examples

data(ts_filled)
print(ts_filled, topn = 5) # standard print
head(as.data.frame(ts_filled)) # see content
plot(ts_filled)

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