redraw.recordedplot {pander} | R Documentation |
Redraws plot saved in file
Description
This function is a wrapper around redrawPlot
.
Usage
redraw.recordedplot(file)
Arguments
file |
path and name of an rds file containing a plot object to be redrawn |
References
Thanks to Jeroen Ooms https://stat.ethz.ch/pipermail/r-devel/2012-January/062973.html, JJ Allaire https://github.com/rstudio/rstudio/commit/eb5f6f1db4717132c2ff111f068ffa6e8b2a5f0b, and Gabriel Becker.
See Also
[Package pander version 0.6.5 Index]