View source: R/heatmap_jur_prob_conf.R
heatmap_jur_prob_conf | R Documentation |
Generate a heatmap of confirmed and probable cases by health jurisdiction
heatmap_jur_prob_conf(
x,
state,
years,
clus,
prob,
rtitlesize,
mtextsize,
rlabelsize,
clabelsize,
rlabeltextsize,
clabeltextsize,
heatmap_color
)
x |
is the dataset of sinave. For more information, see http://vectores.sinave.gob.mx/ |
state |
is the state. |
years |
is the current year. |
clus |
is parameter for define the numbers of clusters. |
prob |
is the status, 1 is probable, 2 positive casesa and 3 is negative cases. |
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. |
xxxxx
a heatmap of confirmed and probables cases by health jurisdiction.
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com
xxxxx
epidemiological_channel
1+1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.