itrends: function to visualize trends in daily changes in time series...

View source: R/covid19_trends.R

itrendsR 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


covid19.analytics documentation built on Oct. 16, 2023, 1:06 a.m.