View source: R/den_epichannel.R
den_epichannel | R Documentation |
den_epichannel generate the dengue epidemiological channel at level state, jurisdiction, municipality and locality.
den_epichannel(
x,
y,
edo,
jur,
mpo,
loc,
current_year,
last_year,
x_epi,
y_epi,
x_alerta,
y_alerta,
x_seg,
y_seg,
x_exito,
y_exito
)
x |
is de dataset with dengue cases percentil. |
y |
is the dengue dataset the current and last year. |
edo |
is string indicating the state name. |
jur |
is string indicating the jurisdiction name. |
mpo |
is string indicating the municipality name. |
loc |
is string indicating the locality name. |
current_year |
is current year dengue dataset. |
last_year |
is current year dengue dataset. |
x_epi |
is the x position of the epidemic text. |
y_epi |
is the y position of the epidemic text. |
x_alerta |
is the x position of the alert text. |
y_alerta |
is the y position of the alert text. |
x_seg |
is the x position of the security text. |
y_seg |
is the x position of the security text. |
x_exito |
is the x position of the success text. |
y_exito |
is the x position of the success text. |
if both jur and loc is NULL the function generate the dengue epidemiological channel of state, else only loc is NULL and jur provide the name of jurisdiction then generate the epidemiological channel at level jurisdiction.
a ggplot object.
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.