ts_raw | R Documentation |
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()
.
data(ts_raw)
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_raw)
print(ts_raw, topn = 5) # standard print
head(as.data.frame(ts_raw)) # see content
plot(ts_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.