plot_highchart: Plot a highchart

Description Usage Arguments Value

View source: R/plot_highchart.R

Description

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

Usage

1
plot_highchart(obs, preds)

Arguments

obs

A tibble, with two columns: "date", of Date type, and a vector of total deaths

preds

A tibble, returned by predic_nls

Value

a highchart


davidmaciel/covertzbr documentation built on Dec. 16, 2020, 8:15 a.m.