2018-13 Rendering HTML Content in R Graphics
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 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 discusses some problems that can arise when attempting to import PostScript images into R, when the PostScript image contains coordinate transformations that skew …
This report describes an R package called ‘dvir’ that aims to use TeX as a layout engine, but performs all rendering within R. The package …
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 an application of the ‘rasterize’ package for R. We rasterize (just) the line segments of two chromatograms in order to render one …
This report explores ways to render specific components of an R plot in raster format, when the overall format of the plot is vector. For …
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 …
This report describes different methods for correctly rendering macrons in Māori text within R plots. The topics covered will also have relevance to rendering other …