flowers: Flowers time series

flowersR Documentation

Flowers time series

Description

A data frame containing a single synthetic time series with monthly observations ranging from January 2015 through December 2021.

Usage

flowers

Format

flowers

A data frame with 84 rows and 2 columns:

date

The month formatted as date using the first day of the month

flowers

The time series observation

Details

The values represent some non-negative counts and have anomalies as final two observations.

See Also

flowers_holdout

Examples


plot(tulip::flowers, type = "l", col = "grey")
points(tulip::flowers, pch = 19, cex = 0.5)


timradtke/tulip documentation built on April 14, 2023, 10:21 p.m.