2021-01 Accessing ‘grid’ from ‘ggplot2’
This report describes the ‘gggrid’ package, which provides a convenient interface for making use of raw ‘grid’ functions in combination with ‘ggplot2’. The ‘gggrid’ package …
This report describes the ‘gggrid’ package, which provides a convenient interface for making use of raw ‘grid’ functions in combination with ‘ggplot2’. The ‘gggrid’ package …
This report describes a new function in ‘grid’ called grobCoords and a new package called ‘gridGeometry’ that combines grobCoords with the ‘polyclip’ package to provide …
This report discusses ways to combine graphics output from the ‘graphics’ package and the ‘grid’ package in R and introduces a new function echoGrob in …
This report describes a complex R graphics customisation example using functions from the ‘grid’ and ‘gridGraphics’ packages and introduces two new functions in ‘grid’: deviceLoc …
The gridGraphics package provides a function, grid.echo(), that can be used to convert a plot drawn with the graphics package to the same result drawn …
The gridGraphviz package renders node-and-edge graphs in R using the grid graphics package. Graphs are laid out using the Rgraphviz package to interface with the …
Statistical plots drawn with the ggplot2 package generate numerous grid grobs and viewports which are labelled and organised into a coherent hierarchy. This report describes …
New hook functions, makeContext() and makeContent(), have been added to the grid graphics package. These functions allow an alternative approach to developing custom grobs when …