Create an Rt visualisation using D3
summaryWidget(
geoData = NULL,
rtData = NULL,
activeArea = NULL,
activeTime = "all",
runDate = NULL,
subregional_ref = NULL,
width = 900,
elementId = NULL,
dryRun = FALSE,
downloadUrl = NULL,
ts_color_ref = NULL
)sf object, map data
data.frame, rt estimates in the format 'Source':'rtData':x, 'casesInfectionData':x, 'casesReportData':x, 'obsCasesData':x, ...
character, the default area to plot.
character, the default time window (defaults to 'all')
character, date of estimate run in the format ('YYYY-MM-DD')
list, reference to subnational estimates in the format 'country_name':'url', ....
integer, width in pixels
string, id of element
Logical, defaults to FALSE. Should the function be tested without the widget being created.
string, optional URL to download datasets
list, default reference for time series plots. See default_ts_colors for format. Useful for checking the integrity of input data.