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.
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. Earlier versions of the package contained more experimental graphical objects (grobs), that have now been removed.
See the gridExtra wiki for additional information, answers to Frequently Asked Questions, and the latest vignettes.
cbind/rbind
functions copied from gtable to cbind_gtable
and rbind_gtable
to avoid issues with generic method (different signature)removed experimental grobs and functions not widely used (they can be found at https://github.com/baptiste/gridextra if needed)
arrangeGrob/grid.arrange is now based on gtable
tableGrob/grid.table is now based on gtable