View source: R/covid19_trends.R
itrends | R Documentation |
function to visualize trends in daily changes in time series data interactively
itrends(
ts.data = NULL,
geo.loc = NULL,
with.totals = FALSE,
fileName = NULL,
interactive.display = TRUE
)
ts.data |
time series dataset to process |
geo.loc |
geographical location, country/region or province/state to restrict the analysis to |
with.totals |
a boolean flag to indicate whether the global totals should be displayed with the records for the specific location |
fileName |
file where to save the HTML version of the interactive figure |
interactive.display |
boolean flag to indicate whether the interactive plot will be displayed (pushed) to your browser |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.