ts_smoothed: Sample smoothed time series

ts_smoothedR Documentation

Sample smoothed time series

Description

Sample time series obtained from the dataset ts_raw, created following the example provided in the smooth_s2ts() documentation. It is used in the documentation of function fill_s2ts().

Usage

data(ts_smoothed)

Format

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

Examples

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

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