search for: r_layer

Displaying 1 result from an estimated 1 matches for "r_layer".

Did you mean: relayer
2013 Jan 24
1
(patch) Layers for pdf() grDevice
I built a patch ( https://github.com/3jb/R_layers/blob/master/add_pdf_layers_r61733.diff) for grDevice/devPS.c adding an argument 'onepage' to pdf(), if set to TRUE, successive plots will be printed to layers within a single pdf document page rather than successive documents, or successive pages within a document. The patch works on the...