Global data that sums all the r region.code
-level confirmed cases and deaths.
Total cumulative numbers.
ommit.start(my.world$main, 'all', params$confirmed.start)
Total cumulative numbers in log2 scale.
ommit.start(my.world$main, 'all', params$confirmed.start, log2.flag = TRUE)
New cases per day. (warning: data for today is partial)
last.days(my.world$last.days, 'all', params$last.days, c(), log2.flag = FALSE, per.100k.flag = FALSE, new.flag = TRUE)
Rolling average of previous 4 days. (warning: data for today is partial)
last.week.cumulative(my.world$last.week, 'all', 4, c(), log2.flag = FALSE, per.100k.flag = FALSE)
(warning: data for today is partial)
last.week.cumulative(my.world$last.week, 'all', 4, c(), log2.flag = TRUE, per.100k.flag = FALSE)
Total cumulative numbers per 100k population. (warning: data for today is partial)
ommit.start(my.world$main, 'all', params$confirmed.start, per.100k.flag = TRUE)
Total cumulative numbers in log2 scale per 100k population. (warning: data for today is partial)
ommit.start(my.world$main, 'all', params$confirmed.start, per.100k.flag = TRUE, log2.flag = TRUE, digits = 2)
New cases per day per 100k population. (warning: data for today is partial)
last.days(my.world$last.days, 'all', params$last.days, c(), log2.flag = FALSE, per.100k.flag = TRUE, new.flag = TRUE, digits = 4)
Rolling average of previous 4 days per 100k population. (warning: data for today is partial)
last.week.cumulative(my.world$last.week, 'all', 4, c(), log2.flag = FALSE, per.100k.flag = TRUE)
Rolling average of previous 4 days per 100k population. (warning: data for today is partial)
last.week.cumulative(my.world$last.week, 'all', 4, c(), log2.flag = TRUE, per.100k.flag = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.