savePDF {refund.shiny} | R Documentation |
Save Plot Object as PDF
Description
Internal method that saves plots as PDF.Can be used with all plotting methods in the package. The name of the plot object and it's name to be saved under are passed in and the plot is saved as a PDF.
Usage
savePDF(title, plotName)
Arguments
title |
new name for the plot, and name of the PDF file created |
plotName |
name of the ggplot object |
Author(s)
Julia Wrobel julia.wrobel@cuanschutz.edu
[Package refund.shiny version 1.0 Index]