Build a gtable from a patchwork object by arranging multiple plots according to the layout specification.
build_patchwork(
x,
guides = "auto",
table_rows = 18,
table_cols = 15,
panel_row = 10,
panel_col = 8
)A gtable object.
A patchwork object.
How to handle guides.
Default is "auto".
The number of rows in the table grid.
Default is 18.
The number of columns in the table grid.
Default is 15.
The row index for panels.
Default is 10.
The column index for panels.
Default is 8.