```{r, fig.width=8,fig.height=4}
ggplot(cer12, aes(reorder(Ciudad,-Impactos), Impactos, fill = Marca)) + geom_bar(stat="identity") + theme_minimal()
ggplot(cer13, aes(reorder(Ciudad,-Impactos), Impactos, fill = Marca)) + geom_bar(stat="identity") + theme_minimal()
ggplot(cer14, aes(reorder(Ciudad,-Impactos), Impactos, fill = Marca)) + geom_bar(stat="identity") + theme_minimal()
ggplot(cer15, aes(reorder(Ciudad,-Impactos), Impactos, fill = Marca)) + geom_bar(stat="identity") + theme_minimal()
```
I would like to add several charts into one slide (R Markdown Ioslides).
I would also like to create a ToC (R Markdown Ioslides).
Any help please?
Thank you very much
Maybe this helps with regards to your first question:
I do not see any options regarding the 2nd question.