Wider margins for grid.arrange function

Viewed 9728

I'm building a composition of plots (created using ggplot2) running the function grid.arrange. Although I have the composition done, I want the plots not to be so close to the margins.

I know for other type of plots, the function par() allows to modify these distances, but how can I do this for a composition with grid.arrange()?

1 Answers
Related