gtable_squash_rows {cowplot} | R Documentation |
Set the height of given rows to 0.
Description
Set the height of given rows to 0.
Usage
gtable_squash_rows(table, rows)
Arguments
table |
The gtable on which to operate |
rows |
Numerical vector indicating the rows whose heights should be set to zero. |
[Package cowplot version 1.1.3 Index]