horizon
Create horizon plots time series in R via horizon-timeseries-chart.
Still in development.
Installation
Install from GitHub with:
# install.packages("remotes")
remotes::install_github("JohnCoene/horizonplot")
Example
library(horizonplot)
horizon(tsdata, attrs(x = dates, y = value, group = grp))