Last data update: 2014.03.03

R: Set the height of given rows to 0.
gtable_squash_rowsR 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.

Results