Package: gtable 0.3.6.9000
gtable: Arrange 'Grobs' in Tables
Tools to make it easier to work with "tables" of 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a grid along with a list of grobs and their placement in the grid. Further the package makes it easy to manipulate and combine 'gtable' objects so that complex compositions can be built up sequentially.
Authors:
gtable_0.3.6.9000.tar.gz
gtable_0.3.6.9000.zip(r-4.5)gtable_0.3.6.9000.zip(r-4.4)gtable_0.3.6.9000.zip(r-4.3)
gtable_0.3.6.9000.tgz(r-4.4-any)gtable_0.3.6.9000.tgz(r-4.3-any)
gtable_0.3.6.9000.tar.gz(r-4.5-noble)gtable_0.3.6.9000.tar.gz(r-4.4-noble)
gtable_0.3.6.9000.tgz(r-4.4-emscripten)gtable_0.3.6.9000.tgz(r-4.3-emscripten)
gtable.pdf |gtable.html✨
gtable/json (API)
NEWS
# Install 'gtable' in R: |
install.packages('gtable', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/gtable/issues
Last updated 17 days agofrom:4330ebeefb. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
Exports:as.gtablegtablegtable_add_col_spacegtable_add_colsgtable_add_grobgtable_add_paddinggtable_add_row_spacegtable_add_rowsgtable_colgtable_col_spacergtable_filtergtable_heightgtable_matrixgtable_rowgtable_row_spacergtable_show_layoutgtable_trimgtable_widthis.gtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert to a gtable | as.gtable as.gtable.grob |
Row and column binding for gtables. | bind cbind.gtable rbind.gtable |
Create a new grob table. | gtable |
Add new columns in specified position. | gtable_add_cols |
Add a single grob, possibly spanning multiple rows or columns. | gtable_add_grob |
Add padding around edges of table. | gtable_add_padding |
Add new rows in specified position. | gtable_add_rows |
Add row/column spacing. | gtable_add_col_space gtable_add_row_space gtable_add_space |
Create a single column gtable | gtable_col |
Filter cells by name | gtable_filter |
Returns the height of a gtable, in the gtable's units | gtable_height |
Create a gtable from a matrix of grobs. | gtable_matrix |
Create a single row gtable. | gtable_row |
Visualise the layout of a gtable. | gtable_show_layout |
Create a row/col spacer gtable. | gtable_col_spacer gtable_row_spacer gtable_spacer |
Trim off empty cells. | gtable_trim |
Returns the width of a gtable, in the gtable's units | gtable_width |
Is this a gtable? | is.gtable |
Print a gtable object | print.gtable |