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 thatspecifies a grid along with a list of grobs and their placementin the grid. Further the package makes it easy to manipulateand combine 'gtable' objects so that complex compositions canbe built up sequentially.
Authors:Hadley Wickham [aut],Thomas Lin Pedersen [aut, cre],Posit Software, PBC [cph, fnd]
gtable_0.3.6.9000.tar.gz
gtable_0.3.6.9000.zip(r-4.6)gtable_0.3.6.9000.zip(r-4.5)gtable_0.3.6.9000.zip(r-4.4)
gtable_0.3.6.9000.tgz(r-4.5-any)gtable_0.3.6.9000.tgz(r-4.4-any)
gtable_0.3.6.9000.tar.gz(r-4.6-any)gtable_0.3.6.9000.tar.gz(r-4.5-any)
gtable_0.3.6.9000.tgz(r-4.5-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
Pkgdown/docs site:https://gtable.r-lib.org
17.93 score 94 stars 8.1k packages 5.4k scripts 1.4M downloads 15 mentions 19 exports 4 dependencies
Last updated from:c017439b0f. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | |
| source / vignettes | OK | 177 | |
| linux-release-x86_64 | OK | 124 | |
| macos-release-arm64 | OK | 91 | |
| macos-oldrel-arm64 | OK | 102 | |
| windows-devel | OK | 80 | |
| windows-release | OK | 105 | |
| windows-oldrel | OK | 94 | |
| wasm-release | OK | 112 |
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 |
