2016-02 Debugging Display List Internals
This report documents the process of debugging a problem with the recording and replaying of R plots from one R session to another. The purpose …
This report documents the process of debugging a problem with the recording and replaying of R plots from one R session to another. The purpose …
In the development version of R (to be R 3.3.0), it is possible again to save the result of recordPlot() from one R session and …
The ‘safemode’ package provides a safemode() function that creates a “safe mode” session in R. In “safe mode”, all symbols have an “age” (a last-modified …
This document describes several different techniques for including SVG images within a web page and points out the important SVG attributes that control the final …
The National Climate Database contains data collected from around 6,500 weather stations throughout New Zealand, providing a necessary repository for any study involving New Zealand’s …
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 …
Reproducible documents provide an efficient way to produce reports by automatically generating content from code chunks within the report. The processing of a source document, …
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 …
TableToLongForm automatically converts hierarchical Tables intended for a human reader into a simple LongForm Dataframe that is machine readable, hence enabling much greater utilisation of …
The grImport2 package imports vector images that are stored in the SVG image format for inclusion within images generated by R. The original grImport package …