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