
2020-04 Catching up with R Graphics
This document describes an expansion of the R graphics engine to support a number of new graphical features: gradients, patterns, masks, and clipping paths. Paul …
This document describes an expansion of the R graphics engine to support a number of new graphical features: gradients, patterns, masks, and clipping paths. Paul …
This report describes improvements to clipping in the R graphics engine. These changes will be of particular interest to maintainers of R graphics device packages …
This report describes an update to the R package ‘dvir’ to add support for the LuaTeX engine. The immediate advantage of this support is the …
This report describes the ‘gdiff’ package for R, which provides tools for performing visual tests on graphical output. Visual testing is essential for checking that …
This report discusses how to work with complex SVG images in R. We look at importing an external SVG image into R with the ‘grImport2’ …
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 describes several R packages that allow HTML content to be rendered as part of an R plot. The core package is called ‘layoutEngine’, …
This report describes three different approaches to communicating between R and MetaPost: importing the PostScript output from MetaPost with the ‘grImport’ package; calling the mpost …
This report describes support for a new type of variable-width line in the ‘vwline’ package for R that is based on Bezier curves. There is …
This report records the steps that were used to build a shared library for the MetaPost graphics system. Paul Murrell Download