ts_raw: Sample raw time series

ts_rawR Documentation

Sample raw time series

Description

Sample time series extracted from the example image archive provided with the package (see sample_paths()) over the extension of sampleroi polygons. It was created following the example provided in the extract_s2ts() documentation. It is used in the documentation of function smooth_s2ts().

Usage

data(ts_raw)

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_raw)
print(ts_raw, topn = 5) # standard print
head(as.data.frame(ts_raw)) # see content
plot(ts_raw)

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