rccs_leaflet_inc_map: Cumulative incidence Leaflet map A function to generate a...

Description Usage Arguments Value

View source: R/rccs_leaflet_inc_map.R

Description

Cumulative incidence Leaflet map A function to generate a dynamic world map

Usage

1
2
3
4
5
6
rccs_leaflet_inc_map(
  csse_data_object,
  n_days = 7,
  as_of = NA,
  custom_brks = NA
)

Arguments

csse_data_object

a CsseData object created by load_csse

n_days

cumulative incidence period length

as_of

the cut-off date

custom_brks

custom breaks for legend intervals. Must contains lower an upper bounds.

Value

a leaflet object


supertux83/rccs documentation built on Aug. 1, 2020, 11:53 p.m.