flowers | R Documentation |
A data frame containing a single synthetic time series with monthly observations ranging from January 2015 through December 2021.
flowers
flowers
A data frame with 84 rows and 2 columns:
The month formatted as date using the first day of the month
The time series observation
The values represent some non-negative counts and have anomalies as final two observations.
flowers_holdout
plot(tulip::flowers, type = "l", col = "grey")
points(tulip::flowers, pch = 19, cex = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.