Package: gridExtra 2.3

Baptiste Auguie

gridExtra: Miscellaneous Functions for "Grid" Graphics

Provides a number of user-level functions to work with "grid" graphics, notably to arrange multiple grid-based plots on a page, and draw tables.

Authors:Baptiste Auguie [aut, cre], Anton Antonov [ctb]

gridExtra_2.3.tar.gz
gridExtra_2.3.zip(r-4.7)gridExtra_2.3.zip(r-4.6)gridExtra_2.3.zip(r-4.5)
gridExtra_2.3.tgz(r-4.6-any)gridExtra_2.3.tgz(r-4.5-any)
gridExtra_2.3.tar.gz(r-4.7-any)gridExtra_2.3.tar.gz(r-4.6-any)
gridExtra_2.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
gridExtra/json (API)

# Install 'gridExtra' in R:
install.packages('gridExtra', repos = c('https://ar-puuk.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/baptiste/gridextra/issues

On CRAN:

Conda:

17.84 score 14 stars 2.9k packages 119k scripts 818k downloads 298 mentions 16 exports 5 dependencies

Last updated from:defc358e1f. Checks:9 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK111
source / vignettesOK189
linux-release-x86_64OK118
macos-release-arm64OK87
macos-oldrel-arm64OK104
windows-develOK77
windows-releaseOK79
windows-oldrelOK75
wasm-releaseOK98

Exports:arrangeGrobcombineellipseGrobgrid.arrangegrid.ellipsegrid.ngongrid.tablegtable_cbindgtable_combinegtable_rbindmarrangeGrobngonGrobpolygon_regulartableGrobttheme_defaultttheme_minimal

Dependencies:cligluegtablelifecyclerlang

(Unofficial) overview of gtable
Constructing a gtable | Components of a gtable | Modifying a gtable | Examples to alter ggplot2 plots with gtable

Last update: 2017-09-02
Started: 2017-09-02

Displaying tables as grid graphics
Basic usage | Spacing | Aesthetic formatting | Text justification | Further gtable processing and integration | Borders and separators | Accessing existing grobs in the table | Faster tables: an alternative grid function

Last update: 2017-09-02
Started: 2015-07-09

Regular polygons and ellipses in grid graphics
Basic usage | Rotated and stretched polygons | Ellipses

Last update: 2015-08-26
Started: 2015-07-12

Arranging multiple grobs on a page
Basic usage | Title and/or annotations | Complex layouts | Nested layouts with arrangeGrob | Multiple pages output

Last update: 2015-07-25
Started: 2015-07-09

Readme and manuals

Help Manual

Help pageTopics
Miscellaneous Functions for "Grid" GraphicsgridExtra-package gridExtra
Arrange multiple grobs on a pagearrangeGrob grid.arrange marrangeGrob
Combine gtables based on row/column names.combine gtable_combine
rbind gtablesgtable_cbind gtable_rbind
Regular polygon grobellipseGrob grid.ellipse grid.ngon ngonGrob polygon_regular
Graphical display of a textual tablegrid.table tableGrob ttheme_default ttheme_minimal