Top "Gridextra" questions

`gridExtra` is a package providing convenience functions and extensions on top of `grid`, a low-level framework for R graphics.

Remove white space between plots and table in grid.arrange

I would like to remove the large spacing that is inserted by default between the plots and the table in …

r gridextra grob
Multiple ggplots of different sizes

It's relatively simple using grid.arrange in the gridExtra package to arrange multiple plots in a matrix, but how can …

r layout ggplot2 gridextra gtable
using ggsave and arrangeGrob after updating gridExtra to 2.0.0

since I read a lot similar question on stackoverflow so far, I couldn't find a good solution without updating ggplot2 …

r ggplot2 gridextra
How do I fit a very wide grid.table or tableGrob to fit on a pdf page?

I have a fairly wide table (4/3 of page width) that I'm trying to print using grid.table or grid.arrange (…

r pdf gridextra
R adding a datatable to a ggplot graph using viewPorts : Scaling the Grob

I'm trying to add a data-table to a graph made in ggplot (similar to the excel functionality but with the …

r ggplot2 viewport gridextra r-grid
ggplot2 and gridExtra: completely remove strip in facet_grid - not just invisible

I have two graphs that I'm placing one above the other, in the following way: library(ggplot2) library(gridExtra) p1 &…

r ggplot2 gridextra
Store output from gridExtra::grid.arrange into an object

I am placing multiple plots into one image using gridExtra::grid.arrange and would like to have the option of …

r ggplot2 gridextra
ggplot2 : printing multiple plots in one page with a loop

I have several subjects for which I need to generate a plot, as I have many subjects I'd like to …

r loops ggplot2 gridextra
grid.arrange ggplot2 plots by columns instead of by row using lists

I want create a multiplot of ggplot2 plots from a list using grid.arrange but arrange them by columns before …

r list ggplot2 gridextra r-grid
R grid.arrange: nrow * ncol >= n is not TRUE

I have a problem with the function grid.arrange. I would like to plot a boxplot of a dataset and …

r gridextra