Hello,
I am using R Markdown to prepare my slides, but my images are left-aligned in the output. I want them to be at the centre of the slides.
See below for the code I am using
output:
beamer_presentation:
theme: "Madrid"
colortheme: "dolphin"
font: "professionalfonts"
highlight: default
incremental: false
classoption: "aspectratio=169"
lang: pt
{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, fig.align="center")
Relações espúrias
I appreciate your help on this.