| build_patchwork | R Documentation |
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
)
x |
A patchwork object. |
guides |
How to handle guides.
Default is |
table_rows |
The number of rows in the table grid.
Default is |
table_cols |
The number of columns in the table grid.
Default is |
panel_row |
The row index for panels.
Default is |
panel_col |
The column index for panels.
Default is |
A gtable object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.