Skip to content

Commit

Permalink
feat: added col_ditribution parameter
Browse files Browse the repository at this point in the history
Ref: #108
  • Loading branch information
GeraldineGomez committed Apr 19, 2024
1 parent 8ee3305 commit 977feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/reports/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ plot_spatial
`r if(params$spatial_distribution) {"# Distribución espacial de casos"}`

```{r plot_distribution_spatial, results='hide', echo = FALSE, error = FALSE, warning = FALSE, include = FALSE, message = FALSE}
mapa <- plot_map(data_agrupada = dist_espacial_dpto)
mapa <- plot_map(data_agrupada = dist_espacial_dpto, col_distribucion = "casos")
```

```{r map_distribution_spatial, echo = FALSE, error = FALSE, warning = FALSE, include = TRUE, message = FALSE, cache = FALSE, results = FALSE, comment = FALSE, fig.height = 16, fig.width = 14, fig.cap = "Distribucion espacial de casos", include = params$spatial_distribution}
Expand Down

0 comments on commit 977feb4

Please sign in to comment.