gtable_add_space {gtable}R Documentation

Add row/column spacing.

Description

Adds width space between the columns or height space between the rows.

Usage

  gtable_add_col_space(x, width)

  gtable_add_row_space(x, height)

Arguments

x

a gtable object

width

a vector of units of length 1 or ncol - 1

height

a vector of units of length 1 or nrow - 1


[Package gtable version 0.1.2 Index]