-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
55 lines (39 loc) · 1.37 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: "Programa de Prevención y Control del Dengue | 2025"
format:
dashboard:
nav-buttons: [twitter, github, facebook]
theme: custom.scss
---
```{r setup}
library(sf)
mapview::mapviewOptions(default = TRUE,
basemaps.color.shuffle = FALSE)
```
# [**Hotspots de Dengue**]{style="font-size:2pt"}
::: panel-tabset
:::
# [**Hotspots de Vector**]{style="font-size:2pt"}
::: panel-tabset
### [**Aguascalientes**]{style="color:#990000"}
```{r vector_aguascalientes, dpi = 300, warning=FALSE, message=FALSE}
deneggs::map_eggs_hotspots(betas = denmex::eggs_betas_01_aguascalientes,
locality = "Aguascalientes",
cve_edo = "01",
palette = rcartocolor::carto_pal,
name = "SunsetDark",
static_map = FALSE)
```
### [**Calvillo**]{style="color:#990000"}
```{r vector_calvillo, dpi = 300, warning=FALSE, message=FALSE}
deneggs::map_eggs_hotspots(betas = denmex::eggs_betas_01_aguascalientes,
locality = "Calvillo",
cve_edo = "01",
palette = rcartocolor::carto_pal,
name = "SunsetDark",
static_map = FALSE)
```
:::
# [**Escenarios Epidemiológicos**]{style="font-size:2pt"}
::: panel-tabset
:::