Description Usage Arguments Value
View source: R/rccs_dygraph_inc_plot.R
Dygraphs time series graph A function to generate dynamic time series graphs
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"
)
|
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" |
a dygraph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.