Description Usage Arguments Value Examples
Create an interactive graph of a time series tibble.
1 | ts_graph(ts_df)
|
ts_df |
A tibble containing dates in column labeled 'ds' and values in column labeled 'y'. If forecast is contained, the point forecast should be in a column labeled 'yhat', and respective prediction intervals should be in columns labeled 'yhat_lower' and 'yhat_upper'. |
An interactive graph.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.