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
)
time series dataset to process
geographical location, country/region or province/state to restrict the analysis to
a boolean flag to indicate whether the global totals should be displayed with the records for the specific location
file where to save the HTML version of the interactive figure
boolean flag to indicate whether the interactive plot will be displayed (pushed) to your browser