Top "Gridextra" questions

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

gridExtra 2.0.0 change title size

I know that gridExtra has been updated. As a result, I'm left wondering how to change title sizes. This no …

r plot gridextra
How to adjust the Font Size of tableGrob

Any idea how to adjust the font size of a tableGrob? I am using gridExtra 2.0.0, which seem to be very …

r gridextra
Only grobs allowed in gList

All -- There are several other questions on this exact topic, but none of them addresses the problem I am …

r plot gridextra
tableGrob: set the height and width of a grid.table

I'm trying to make a function that will give me a plot ready for indesign, illustrator or inkscape. In trying …

r ggplot2 gridextra
grid.table and tableGrob in gridExtra package

I am trying to format the table using gridExtra package. The gridExtra package I have is 2.0 and R version is 3.2.1 …

r gridextra
Edit style of grid.arrange title. Bold, italic etc. R

I am creating a multi plot in R using grid.arrange, and wanted to change my title so that it …

r ggplot2 gridextra
print to pdf file using grid.table in r - too many rows to fit on one page

I'm trying to output a dataframe of about 40 rows and 5 columns to a .pdf file using grid.table in gridExtra …

r pdf gridextra
reduce space between grid.arrange plots

I asked a question HERE about grid arrange and got a terrific response. I want to reduce the space between …

r ggplot2 gridextra
How can I add a title to a tableGrob plot?

I have a table, and I want to print a title above it: t1 <- tableGrob(top_10_events_by_…

r gridextra
Arrange ggplots together in custom ratios and spacing

I am trying to combine n number of barplots with one common label plot at the bottom. My problem is …

r ggplot2 gridextra