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