Skip to content

Commit

Permalink
chore(vignette): added tmp col_distribucion parameter in plot_map
Browse files Browse the repository at this point in the history
Ref: #133
  • Loading branch information
GeraldineGomez committed Apr 24, 2024
1 parent 38c10e2 commit e3223ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/sivirep.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ dist_esp_dept <- agrupar_mpio(data_event = data_event_filtrada,
Actualmente, con la función llamada `plot_map`, el usuario puede generar un mapa estático de Colombia que muestra la distribución de casos por departamentos y municipios.

```{r plot_mapa, results = 'hide', echo = FALSE}
mapa <- plot_map(data_agrupada = dist_esp_dept, dpto = "Choco")
mapa <- plot_map(data_agrupada = dist_esp_dept, dpto = "Choco",
col_distribucion = "casos")
```

```{r mapa, fig.height = 14, fig.width = 10}
Expand Down

0 comments on commit e3223ae

Please sign in to comment.