View source: R/heatmap_loc_prob_conf.R
heatmap_loc_prob_conf | R Documentation |
Generate of heatmap of confirmed or probables cases by localities.
heatmap_loc_prob_conf(
x,
probable,
year,
state,
rtitlesize,
mtextsize,
rlabelsize,
clabelsize,
rlabeltextsize,
clabeltextsize,
heatmap_color,
n_loc
)
x |
is the dataset of sinave. For more information, see http://vectores.sinave.gob.mx/. |
probable |
is the arguments for define the confirmed or probables cases. If probable is true the heatmap is the probables, else the heatmap is the confirmed cases. |
year |
is the current year. Is a numeric. |
state |
is the state. |
rtitlesize |
is the row title size. |
mtextsize |
is the matrix text size. |
rlabelsize |
is the row label size. |
clabelsize |
is the column label size. |
rlabeltextsize |
is the row text label size. |
clabeltextsize |
is the column text label size. |
heatmap_color |
is character specifying the heatmap colour scheme. |
n_loc |
is the number of localities. |
the heatmap is based in the package superheat and the function superheat
a heatmap confirmed or probables cases by localities.
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com
xxxxx
epidemiological_channel
superheat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.