heatmap_loc_prob_conf: Generate of heatmap of confirmed or probables cases by...

View source: R/heatmap_loc_prob_conf.R

heatmap_loc_prob_confR Documentation

Generate of heatmap of confirmed or probables cases by localities.

Description

Generate of heatmap of confirmed or probables cases by localities.

Usage

heatmap_loc_prob_conf(
  x,
  probable,
  year,
  state,
  rtitlesize,
  mtextsize,
  rlabelsize,
  clabelsize,
  rlabeltextsize,
  clabeltextsize,
  heatmap_color,
  n_loc
)

Arguments

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.

Details

the heatmap is based in the package superheat and the function superheat

Value

a heatmap confirmed or probables cases by localities.

Author(s)

Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com

References

xxxxx

See Also

epidemiological_channel

superheat


fdzul/boldenr documentation built on April 15, 2024, 10:22 p.m.