Learn R Programming

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

gtable

gtable provides internal tools used to draw ggplot2 graphics.

Copy Link

Version

Install

install.packages('gtable')

Monthly Downloads

848,268

Version

0.2.0

License

GPL-2

Maintainer

Hadley Wickham

Last Published

February 26th, 2016

Functions in gtable (0.2.0)

bind

Row and column binding for gtables.
gtable_add_cols

Add new columns in specified position.
is.gtable

Is this a gtable?
gtable_width

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

Add padding around edges of table.
z_arrange_gtables

Arrange the z values within gtable objects
gtable_spacer

Create a row/col spacer gtable.
gtable_col

Create a single column gtable.
gtable_trim

Trim off empty cells.
gtable_row

Create a single row gtable.
gtable_add_grob

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

Normalise z values within a gtable object
gtable_filter

Filter cells by name.
gtable_show_layout

Visualise the layout of a gtable.
gtable_matrix

Create a gtable from a matrix of grobs.
gtable

gtable
print.gtable

Print a gtable object
gtable_height

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

Add new rows in specified position.
gtable_add_space

Add row/column spacing.