Description Usage Arguments Examples
transform cumulative data to daily incidence
1 | form_incident_events(cum)
|
cum |
cumulative events instance |
1 2 3 4 5 6 7 | suppressWarnings({dat = enriched_jhu_data()})
cusa = cumulative_events_ejhu(dat, eventtype="confirmed",
alpha3="USA")
cusa
cusa = trim_from(cusa, "2020-03-01")
iusa = form_incident_events(cusa)
plot(iusa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.