'How to change the dimensions of the graphs output in the grid.arrange() function in R?

I would like to make the output graphs wider. How do I accomplish this with the grid.arrange() function?

I have 4 scatter plots but they are a bit scrunched when I run the function. I just simply want to increase their width so they aren't scrunched and the values on the x axis read cleanly.

Can I easily manipulate dimensions with the grid.arrange() function?

I tried width()...but that didn't work.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source