gtable_combine {gridExtra} | R Documentation |
Combine gtables based on row/column names.
Description
Combine gtables based on row/column names.
Usage
gtable_combine(..., along = 1L, join = "outer")
combine(..., along = 1L, join = "outer")
Arguments
... |
gtables |
along |
dimension to align along, |
join |
when x and y have different names, how should the difference be resolved?
|
[Package gridExtra version 2.3 Index]