Skip to content

Commit

Permalink
chore: removed tmp col_distribucion parameter in plot_map
Browse files Browse the repository at this point in the history
  • Loading branch information
GeraldineGomez committed Apr 24, 2024
1 parent e3223ae commit 710fe51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ 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 = TRUE}
mapa <- plot_map(data_agrupada = dist_esp_dept, dpto = "Choco",
col_distribucion = "casos")
mapa <- plot_map(data_agrupada = dist_esp_dept, dpto = "Choco")
```

```{r mapa, fig.height = 14, fig.width = 10}
Expand Down
3 changes: 1 addition & 2 deletions vignettes/sivirep.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ 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",
col_distribucion = "casos")
mapa <- plot_map(data_agrupada = dist_esp_dept, dpto = "Choco")
```

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

0 comments on commit 710fe51

Please sign in to comment.