Learn R Programming

⚠️There's a newer version (0.3.4) of this package.Take me there.

gtable (version 0.1.1)

Arrange grobs in tables.

Description

Tools to make it easier to work with "tables" of grobs.

Copy Link

Version

Install

install.packages('gtable')

Monthly Downloads

803,494

Version

0.1.1

License

GPL-2

Maintainer

Hadley Wickham

Last Published

September 4th, 2012

Functions in gtable (0.1.1)

gtable_add_cols

Add new columns in specified position.
gtable_add_space

Add row/column spacing.
bind

Row and column binding for gtables.
gtable_add_grob

Add a single grob, possibly spanning multiple rows or columns.
gtable_height

Returns the height of a gtable, in the gtable's units
gtable_show_layout

Visualise the layout of a gtable.
gtable_matrix

Create a gtable from a matrix of grobs.
z_arrange_gtables

Arrange the z values within gtable objects
gtable_col

Create a single column gtable.
gtable_add_rows

Add new rows in specified position.
gtable_spacer

Create a row/col spacer gtable.
gtable_trim

Trim off empty cells.
gtable_width

Returns the width of a gtable, in the gtable's units
gtable_add_padding

Add padding around edges of table.
gtable_filter

Filter cells by name.
gtable

gtable
gtable_row

Create a single row gtable.
z_normalise

Normalise z values within a gtable object
is.gtable

Is this a gtable?