rccs_dygraph_inc_plot: Dygraphs time series graph A function to generate dynamic...

Description Usage Arguments Value

View source: R/rccs_dygraph_inc_plot.R

Description

Dygraphs time series graph A function to generate dynamic time series graphs

Usage

1
2
3
4
5
6
7
8
9
rccs_dygraph_inc_plot(
  csse_data_object,
  iso3c_country_code,
  by_p100000_incidence = FALSE,
  plot_title = NA,
  roll_period = 1,
  y_logscale = FALSE,
  data_type = "daily"
)

Arguments

csse_data_object

a CsseData object created by load_csse

iso3c_country_code

a character vector of iso3c country codes

by_p100000_incidence

a logical value

plot_title

a character string containing the plot title

roll_period

the rolling period (smoothing)

y_logscale

a logical value

data_type

data type : "cumulative" or "daily"

Value

a dygraph object


supertux83/rccs documentation built on Aug. 1, 2020, 11:53 p.m.