What is the default fig.width and fig.height in R Markdown?

Hi R Markdown enthusiast!

I just want to ask some questions. What is the default fig.width and fig.height in R Markdown?
I switched from Windows to Mac recently and noticed that the plot width and height generated is different.
What is your recommendation for plot height and plot size in R Markdown?

Thanks

1 Like

Hi Rasyid,

I believe 7 (inches) based on https://yihui.name/knitr/options/ (see the section on Plots)

2 Likes