itrends {covid19.analytics} | R Documentation |
function to visualize trends in daily changes in time series data interactively
Description
function to visualize trends in daily changes in time series data interactively
Usage
itrends(
ts.data = NULL,
geo.loc = NULL,
with.totals = FALSE,
fileName = NULL,
interactive.display = TRUE
)
Arguments
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 |
[Package covid19.analytics version 2.1.3.3 Index]