ts_smoothed | R Documentation |
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()
.
data(ts_smoothed)
A s2ts
object with 60 dates (in the period 2020-01-01 to
2020-09-30) and 2 IDs (corresponding to sampleroi
polygons).
data(ts_smoothed)
print(ts_smoothed, topn = 5) # standard print
head(as.data.frame(ts_smoothed)) # see content
plot(ts_smoothed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.