bind {gtable} | R Documentation |
Row and column binding for gtables.
## S3 method for class 'gtable' rbind(..., size = "max", z = NULL) ## S3 method for class 'gtable' cbind(..., size = "max", z = NULL)
... |
gtables to combine ( |
size |
How should the widths (for rbind) and the
heights (for cbind) be combined across the gtables: take
values from |
z |
A numeric vector indicating the relative z
values of each gtable. The z values of each object in
the resulting gtable will be modified to fit this order.
If |