Description Usage Arguments Value
View source: R/plot_highchart.R
given a tibble of predicted and observed total deaths, with a column indicating dates, plots a highchart of observed x predicted values, along with prediction intervals
1 | plot_highchart(obs, preds)
|
obs |
A tibble, with two columns: "date", of Date type, and a vector of total deaths |
preds |
A tibble, returned by |
a highchart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.